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-pool.git
The following commit(s) were added to refs/heads/master by this push: new ead625a9 Pick up commons.asm.version from parent POM ead625a9 is described below commit ead625a93d63ee418b0eda1f8380d4e5571a6a5c Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Wed Apr 2 07:43:03 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 dbc8705d..fc53434a 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 -->