This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch POOL_2_X in repository https://gitbox.apache.org/repos/asf/commons-pool.git
The following commit(s) were added to refs/heads/POOL_2_X by this push: new efec6061 Pick up commons.asm.version from parent POM efec6061 is described below commit efec606154e7c843a22812bf27a56f27f9485e0f Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Wed Apr 2 07:42:50 2025 -0400 Pick up commons.asm.version from parent POM --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 3f4175a0..2be0e034 100644 --- a/pom.xml +++ b/pom.xml @@ -54,7 +54,7 @@ <dependency> <groupId>org.ow2.asm</groupId> <artifactId>asm-util</artifactId> - <version>9.7.1</version> + <version>${commons.asm.version}</version> <optional>true</optional> </dependency> <!-- testing -->