This is an automated email from the ASF dual-hosted git repository. gnodet pushed a commit to branch maven-plugin-testing-3.x in repository https://gitbox.apache.org/repos/asf/maven-plugin-testing.git
The following commit(s) were added to refs/heads/maven-plugin-testing-3.x by this push: new 1d625da Bump com.google.guava:guava from 33.2.0-jre to 33.4.0-jre (#53) 1d625da is described below commit 1d625dad81385ebbeed6317143e0c5c80510387c Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Sat Jan 25 18:32:49 2025 +0100 Bump com.google.guava:guava from 33.2.0-jre to 33.4.0-jre (#53) Bumps [com.google.guava:guava](https://github.com/google/guava) from 33.2.0-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:production 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> --- maven-plugin-testing-harness/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maven-plugin-testing-harness/pom.xml b/maven-plugin-testing-harness/pom.xml index 214b2b5..75f344b 100644 --- a/maven-plugin-testing-harness/pom.xml +++ b/maven-plugin-testing-harness/pom.xml @@ -144,7 +144,7 @@ under the License. <!-- newer version is required by plexus-testing --> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> - <version>33.2.0-jre</version> + <version>33.4.0-jre</version> </dependency> <dependency> <groupId>junit</groupId>