This is an automated email from the ASF dual-hosted git repository. garydgregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-collections.git
commit cb861853160556da2e5db9305cbb63f72dbc21c3 Author: Gary Gregory <[email protected]> AuthorDate: Sun Jun 14 12:41:21 2026 +0000 Add and use POM property commons.guava.testlib --- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b78ec7c43..305af9204 100644 --- a/pom.xml +++ b/pom.xml @@ -80,7 +80,7 @@ <dependency> <groupId>com.google.guava</groupId> <artifactId>guava-testlib</artifactId> - <version>33.5.0-jre</version> + <version>${commons.guava.testlib}</version> <scope>test</scope> </dependency> <dependency> @@ -141,6 +141,7 @@ <commons.jacoco.complexityRatio>0.78</commons.jacoco.complexityRatio> <doxia.module.markdown.version>2.1.0</doxia.module.markdown.version> <commons.easymock.version>5.6.0</commons.easymock.version> + <commons.guava.testlib>33.5.0-jre</commons.guava.testlib> </properties> <build> <defaultGoal>clean verify apache-rat:check pmd:check checkstyle:check japicmp:cmp javadoc:javadoc</defaultGoal>
