This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-collections.git
The following commit(s) were added to refs/heads/master by this push: new 914efd513 Bump com.google.guava:guava-testlib from 33.3.1-jre to 33.4.8-jre 914efd513 is described below commit 914efd51370f9cae54e3f20585092d60638c390a Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Tue May 13 16:32:06 2025 -0400 Bump com.google.guava:guava-testlib from 33.3.1-jre to 33.4.8-jre --- pom.xml | 2 +- src/changes/changes.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c083b2f82..537dbf8c4 100644 --- a/pom.xml +++ b/pom.xml @@ -75,7 +75,7 @@ <dependency> <groupId>com.google.guava</groupId> <artifactId>guava-testlib</artifactId> - <version>33.3.1-jre</version> + <version>33.4.8-jre</version> <scope>test</scope> </dependency> </dependencies> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index d162d3ad5..869a0751d 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -32,6 +32,7 @@ <!-- ADD --> <!-- UPDATE --> <action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump org.apache.commons:commons-parent from 81 to 83 #612.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory">Bump com.google.guava:guava-testlib from 33.3.1-jre to 33.4.8-jre.</action> </release> <release version="4.5.0" date="2025-04-19" description="This is a feature and maintenance release. Java 8 or later is required."> <!-- FIX -->