Skip to content

Commit 3e6149e

Browse files
Bump the npm group in /backend with 5 updates
Bumps the npm group in /backend with 5 updates: | Package | From | To | | --- | --- | --- | | [io.quarkus.platform:quarkus-bom](https://github.com/quarkusio/quarkus-platform) | `3.12.0` | `3.13.0` | | [io.quarkus.platform:quarkus-maven-plugin](https://github.com/quarkusio/quarkus-platform) | `3.12.0` | `3.13.0` | | [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) | `2.17.1` | `2.17.2` | | [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) | `3.3.0` | `3.3.1` | | [org.apache.maven.plugins:maven-failsafe-plugin](https://github.com/apache/maven-surefire) | `3.3.0` | `3.3.1` | Updates `io.quarkus.platform:quarkus-bom` from 3.12.0 to 3.13.0 - [Commits](quarkusio/quarkus-platform@3.12.0...3.13.0) Updates `io.quarkus.platform:quarkus-maven-plugin` from 3.12.0 to 3.13.0 - [Commits](quarkusio/quarkus-platform@3.12.0...3.13.0) Updates `com.fasterxml.jackson.core:jackson-databind` from 2.17.1 to 2.17.2 - [Commits](https://github.com/FasterXML/jackson/commits) Updates `io.quarkus.platform:quarkus-maven-plugin` from 3.12.0 to 3.13.0 - [Commits](quarkusio/quarkus-platform@3.12.0...3.13.0) Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.3.0 to 3.3.1 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.3.0...surefire-3.3.1) Updates `org.apache.maven.plugins:maven-failsafe-plugin` from 3.3.0 to 3.3.1 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.3.0...surefire-3.3.1) Updates `org.apache.maven.plugins:maven-failsafe-plugin` from 3.3.0 to 3.3.1 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.3.0...surefire-3.3.1) --- updated-dependencies: - dependency-name: io.quarkus.platform:quarkus-bom dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm - dependency-name: io.quarkus.platform:quarkus-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm - dependency-name: io.quarkus.platform:quarkus-maven-plugin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm - dependency-name: org.apache.maven.plugins:maven-failsafe-plugin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm - dependency-name: org.apache.maven.plugins:maven-failsafe-plugin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npm ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1152f66 commit 3e6149e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

backend/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
1313
<quarkus.platform.artifact-id>quarkus-bom</quarkus.platform.artifact-id>
1414
<quarkus.platform.group-id>io.quarkus.platform</quarkus.platform.group-id>
15-
<quarkus.platform.version>3.12.0</quarkus.platform.version>
15+
<quarkus.platform.version>3.13.0</quarkus.platform.version>
1616
<skipITs>true</skipITs>
17-
<surefire-plugin.version>3.3.0</surefire-plugin.version>
17+
<surefire-plugin.version>3.3.1</surefire-plugin.version>
1818
</properties>
1919
<dependencyManagement>
2020
<dependencies>
@@ -39,7 +39,7 @@
3939
<dependency>
4040
<groupId>com.fasterxml.jackson.core</groupId>
4141
<artifactId>jackson-databind</artifactId>
42-
<version>2.17.1</version>
42+
<version>2.17.2</version>
4343
</dependency>
4444
<dependency>
4545
<groupId>io.quarkus</groupId>

0 commit comments

Comments
 (0)