Skip to content

Commit e993891

Browse files
Bump the all group across 2 directories with 7 updates
Bumps the all group with 4 updates in the / directory: [com.google.errorprone:error_prone_annotations](https://github.com/google/error-prone), [org.springframework.boot:spring-boot-dependencies](https://github.com/spring-projects/spring-boot), [org.springframework.boot:spring-boot-maven-plugin](https://github.com/spring-projects/spring-boot) and [org.springframework.cloud:spring-cloud-dependencies](https://github.com/spring-cloud/spring-cloud-release). Bumps the all group with 3 updates in the /log4j-samples-graalvm directory: [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback), [net.javacrumbs.json-unit:json-unit-assertj](https://github.com/lukas-krecan/JsonUnit) and [org.graalvm.buildtools:native-maven-plugin](https://github.com/graalvm/native-build-tools). Updates `com.google.errorprone:error_prone_annotations` from 2.44.0 to 2.45.0 - [Release notes](https://github.com/google/error-prone/releases) - [Commits](google/error-prone@v2.44.0...v2.45.0) Updates `org.springframework.boot:spring-boot-dependencies` from 3.5.7 to 4.0.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.5.7...v4.0.0) Updates `org.springframework.boot:spring-boot-maven-plugin` from 3.5.7 to 4.0.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.5.7...v4.0.0) Updates `org.springframework.cloud:spring-cloud-dependencies` from 2025.0.0 to 2025.1.0 - [Release notes](https://github.com/spring-cloud/spring-cloud-release/releases) - [Commits](spring-cloud/spring-cloud-release@v2025.0.0...v2025.1.0) Updates `org.springframework.boot:spring-boot-maven-plugin` from 3.5.7 to 4.0.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.5.7...v4.0.0) Updates `ch.qos.logback:logback-classic` from 1.5.20 to 1.5.21 - [Release notes](https://github.com/qos-ch/logback/releases) - [Commits](qos-ch/logback@v_1.5.20...v_1.5.21) Updates `net.javacrumbs.json-unit:json-unit-assertj` from 5.0.0 to 5.1.0 - [Changelog](https://github.com/lukas-krecan/JsonUnit/blob/master/RELEASES.md) - [Commits](lukas-krecan/JsonUnit@json-unit-parent-5.0.0...json-unit-parent-5.1.0) Updates `org.graalvm.buildtools:native-maven-plugin` from 0.11.2 to 0.11.3 - [Release notes](https://github.com/graalvm/native-build-tools/releases) - [Commits](graalvm/native-build-tools@0.11.2...0.11.3) --- updated-dependencies: - dependency-name: com.google.errorprone:error_prone_annotations dependency-version: 2.45.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: org.springframework.boot:spring-boot-dependencies dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: org.springframework.boot:spring-boot-maven-plugin dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: org.springframework.cloud:spring-cloud-dependencies dependency-version: 2025.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: org.springframework.boot:spring-boot-maven-plugin dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: ch.qos.logback:logback-classic dependency-version: 1.5.21 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: net.javacrumbs.json-unit:json-unit-assertj dependency-version: 5.1.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: org.graalvm.buildtools:native-maven-plugin dependency-version: 0.11.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 79b05ae commit e993891

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

log4j-samples-graalvm/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@
6161
<!-- Dependencies (alphabetical) -->
6262
<assertj.version>3.27.6</assertj.version>
6363
<json-org.version>20250517</json-org.version>
64-
<json-unit.version>5.0.0</json-unit.version>
64+
<json-unit.version>5.1.0</json-unit.version>
6565
<junit.version>6.0.1</junit.version>
66-
<logback.version>1.5.20</logback.version>
66+
<logback.version>1.5.21</logback.version>
6767
<slf4j.version>2.0.17</slf4j.version>
6868

6969
<!-- IT to run for each profile -->
@@ -274,7 +274,7 @@
274274
<plugin>
275275
<groupId>org.graalvm.buildtools</groupId>
276276
<artifactId>native-maven-plugin</artifactId>
277-
<version>0.11.2</version>
277+
<version>0.11.3</version>
278278
<extensions>true</extensions>
279279
<executions>
280280
<execution>
@@ -432,7 +432,7 @@
432432
<plugin>
433433
<groupId>org.graalvm.buildtools</groupId>
434434
<artifactId>native-maven-plugin</artifactId>
435-
<version>0.11.2</version>
435+
<version>0.11.3</version>
436436
<extensions>true</extensions>
437437
<executions>
438438
<execution>
@@ -527,7 +527,7 @@
527527
<plugin>
528528
<groupId>org.graalvm.buildtools</groupId>
529529
<artifactId>native-maven-plugin</artifactId>
530-
<version>0.11.2</version>
530+
<version>0.11.3</version>
531531
<extensions>true</extensions>
532532
<executions>
533533
<execution>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,12 +90,12 @@
9090
<jetty.version>11.0.26</jetty.version>
9191
<javax-jms.version>2.0.1</javax-jms.version>
9292
<spotbugs-annotations.version>4.9.8</spotbugs-annotations.version>
93-
<spring-boot.version>3.5.7</spring-boot.version>
94-
<spring-cloud.version>2025.0.0</spring-cloud.version>
93+
<spring-boot.version>4.0.0</spring-boot.version>
94+
<spring-cloud.version>2025.1.0</spring-cloud.version>
9595

9696
<!-- Pinned transitive dependencies -->
9797
<!-- Try removing from time to time -->
98-
<error_prone.version>2.44.0</error_prone.version>
98+
<error_prone.version>2.45.0</error_prone.version>
9999
<guava.version>33.5.0-jre</guava.version>
100100
<httpclient.version>4.5.14</httpclient.version>
101101
<jackson.version>2.20.1</jackson.version>

0 commit comments

Comments
 (0)