This is an automated email from the ASF dual-hosted git repository.
pkarwasz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-log4j-samples.git
The following commit(s) were added to refs/heads/main by this push:
new adff1da Bump the all group across 1 directory with 3 updates (#330)
adff1da is described below
commit adff1da5e54e761a277c4f78f93bdadd5f608f67
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat May 31 23:00:19 2025 +0200
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](https://github.com/spring-projects/spring-boot/compare/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](https://github.com/spring-projects/spring-boot/compare/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](https://github.com/spring-projects/spring-boot/compare/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](https://github.com/fabric8io/kubernetes-client/compare/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]>
---
log4j-spring-cloud-config-sample-application/pom.xml | 2 +-
pom.xml | 13 +++++++++++--
2 files changed, 12 insertions(+), 3 deletions(-)
diff --git a/log4j-spring-cloud-config-sample-application/pom.xml
b/log4j-spring-cloud-config-sample-application/pom.xml
index 186c69e..10898d9 100644
--- a/log4j-spring-cloud-config-sample-application/pom.xml
+++ b/log4j-spring-cloud-config-sample-application/pom.xml
@@ -38,7 +38,7 @@
<project.build.outputTimestamp>2023-09-14T15:03:45Z</project.build.outputTimestamp>
<!-- Dependency versions -->
- <kubernetes-client.version>7.3.0</kubernetes-client.version>
+ <kubernetes-client.version>7.3.1</kubernetes-client.version>
</properties>
<dependencyManagement>
diff --git a/pom.xml b/pom.xml
index 85d2cc3..e892700 100644
--- a/pom.xml
+++ b/pom.xml
@@ -90,11 +90,12 @@
<jetty.version>11.0.25</jetty.version>
<javax-jms.version>2.0.1</javax-jms.version>
<spotbugs-annotations.version>4.9.3</spotbugs-annotations.version>
- <spring-boot.version>3.4.5</spring-boot.version>
- <spring-cloud.version>2024.0.1</spring-cloud.version>
+ <spring-boot.version>3.5.0</spring-boot.version>
+ <spring-cloud.version>2025.0.0</spring-cloud.version>
<!-- Pinned transitive dependencies -->
<!-- Try removing from time to time -->
+ <error_prone.version>2.38.0</error_prone.version>
<guava.version>33.4.8-jre</guava.version>
<httpclient.version>4.5.14</httpclient.version>
<jackson.version>2.19.0</jackson.version>
@@ -175,6 +176,14 @@
<version>${javax-jms.version}</version>
</dependency>
+ <!-- Transitive dependency of multiple dependencies -->
+ <!-- We fix a common version -->
+ <dependency>
+ <groupId>com.google.errorprone</groupId>
+ <artifactId>error_prone_annotations</artifactId>
+ <version>${error_prone.version}</version>
+ </dependency>
+
<!-- Transitive dependency of multiple dependencies -->
<!-- We fix a common version -->
<dependency>