Skip to content

Commit adff1da

Browse files
Bump the all group across 1 directory with 3 updates (#330)
* Bump the all group across 1 directory with 3 updates Bumps the all group with 3 updates in the / directory: [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 [io.fabric8:kubernetes-client-bom](https://github.com/fabric8io/kubernetes-client). Updates `org.springframework.boot:spring-boot-dependencies` from 3.4.5 to 3.5.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.4.5...v3.5.0) Updates `org.springframework.boot:spring-boot-maven-plugin` from 3.4.5 to 3.5.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.4.5...v3.5.0) Updates `org.springframework.boot:spring-boot-maven-plugin` from 3.4.5 to 3.5.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](spring-projects/spring-boot@v3.4.5...v3.5.0) Updates `io.fabric8:kubernetes-client-bom` from 7.3.0 to 7.3.1 - [Release notes](https://github.com/fabric8io/kubernetes-client/releases) - [Changelog](https://github.com/fabric8io/kubernetes-client/blob/main/CHANGELOG.md) - [Commits](fabric8io/kubernetes-client@v7.3.0...v7.3.1) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-dependencies dependency-version: 3.5.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: 3.5.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: 3.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: io.fabric8:kubernetes-client-bom dependency-version: 7.3.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] <[email protected]> * Pin `error_prone_annotations` * Bump `spring-cloud` --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Piotr P. Karwasz <[email protected]>
1 parent a464be7 commit adff1da

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

log4j-spring-cloud-config-sample-application/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<project.build.outputTimestamp>2023-09-14T15:03:45Z</project.build.outputTimestamp>
3939

4040
<!-- Dependency versions -->
41-
<kubernetes-client.version>7.3.0</kubernetes-client.version>
41+
<kubernetes-client.version>7.3.1</kubernetes-client.version>
4242
</properties>
4343

4444
<dependencyManagement>

pom.xml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,12 @@
9090
<jetty.version>11.0.25</jetty.version>
9191
<javax-jms.version>2.0.1</javax-jms.version>
9292
<spotbugs-annotations.version>4.9.3</spotbugs-annotations.version>
93-
<spring-boot.version>3.4.5</spring-boot.version>
94-
<spring-cloud.version>2024.0.1</spring-cloud.version>
93+
<spring-boot.version>3.5.0</spring-boot.version>
94+
<spring-cloud.version>2025.0.0</spring-cloud.version>
9595

9696
<!-- Pinned transitive dependencies -->
9797
<!-- Try removing from time to time -->
98+
<error_prone.version>2.38.0</error_prone.version>
9899
<guava.version>33.4.8-jre</guava.version>
99100
<httpclient.version>4.5.14</httpclient.version>
100101
<jackson.version>2.19.0</jackson.version>
@@ -175,6 +176,14 @@
175176
<version>${javax-jms.version}</version>
176177
</dependency>
177178

179+
<!-- Transitive dependency of multiple dependencies -->
180+
<!-- We fix a common version -->
181+
<dependency>
182+
<groupId>com.google.errorprone</groupId>
183+
<artifactId>error_prone_annotations</artifactId>
184+
<version>${error_prone.version}</version>
185+
</dependency>
186+
178187
<!-- Transitive dependency of multiple dependencies -->
179188
<!-- We fix a common version -->
180189
<dependency>

0 commit comments

Comments
 (0)