This is an automated email from the ASF dual-hosted git repository. cstamas pushed a commit to branch maven-3.9.x in repository https://gitbox.apache.org/repos/asf/maven.git
The following commit(s) were added to refs/heads/maven-3.9.x by this push: new dcf3d70c26 [MNG-8443] Bump com.google.guava:guava from 33.2.1-jre to 33.4.0-jre (#1991) dcf3d70c26 is described below commit dcf3d70c2614ceca6953f98843d2ad3f053f5341 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Tue Dec 17 10:53:46 2024 +0100 [MNG-8443] Bump com.google.guava:guava from 33.2.1-jre to 33.4.0-jre (#1991) Bumps [com.google.guava:guava](https://github.com/google/guava) from 33.2.1-jre to 33.4.0-jre. - [Release notes](https://github.com/google/guava/releases) - [Commits](https://github.com/google/guava/commits) --- updated-dependencies: - dependency-name: com.google.guava:guava dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <supp...@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- https://issues.apache.org/jira/browse/MNG-8443 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f483441709..ccc9b77d65 100644 --- a/pom.xml +++ b/pom.xml @@ -137,7 +137,7 @@ under the License. <!-- Blocked by 3.4.0+ changes, see MNG-7710, downgrade from parent 4.0.1 --> <version.plexus-utils>3.5.1</version.plexus-utils> <guiceVersion>5.1.0</guiceVersion> - <guavaVersion>33.2.1-jre</guavaVersion> + <guavaVersion>33.4.0-jre</guavaVersion> <guavafailureaccessVersion>1.0.2</guavafailureaccessVersion> <wagonVersion>3.5.3</wagonVersion> <securityDispatcherVersion>2.0</securityDispatcherVersion>