This is an automated email from the ASF dual-hosted git repository. mbuenger 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 d98ffe9 Bump com.google.guava:guava from 33.4.5-jre to 33.4.7-jre (#96) d98ffe9 is described below commit d98ffe97689856d3ad78a777a6ea47c8fc4bc2fe Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Mon Apr 14 17:10:31 2025 +0200 Bump com.google.guava:guava from 33.4.5-jre to 33.4.7-jre (#96) Bumps [com.google.guava:guava](https://github.com/google/guava) from 33.4.5-jre to 33.4.7-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-version: 33.4.7-jre dependency-type: direct:production update-type: version-update:semver-patch ... 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 ff00038..d1f4181 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.4.5-jre</version> + <version>33.4.7-jre</version> </dependency> <dependency> <groupId>junit</groupId>