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-jexl.git
The following commit(s) were added to refs/heads/master by this push: new 096e030d Pick up commons.asm.version from parent POM 096e030d is described below commit 096e030d33e2c7e7d363cc12909e00e790858a5a Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Wed Apr 2 07:42:24 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 c502dc07..37c73bf3 100644 --- a/pom.xml +++ b/pom.xml @@ -274,7 +274,7 @@ <dependency> <groupId>org.ow2.asm</groupId> <artifactId>asm</artifactId> - <version>9.7.1</version> + <version>${commons.asm.version}</version> </dependency> </dependencies> </plugin>