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 0716ab4c Bump org.apache.commons:commons-parent from 84 to 85 0716ab4c is described below commit 0716ab4ca36d4105099e1cafd152b90392bab3c6 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Thu Jun 19 11:00:06 2025 -0400 Bump org.apache.commons:commons-parent from 84 to 85 --- pom.xml | 2 +- src/changes/changes.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 93640642..19541bab 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-parent</artifactId> - <version>84</version> + <version>85</version> </parent> <artifactId>commons-jexl3</artifactId> <version>3.5.1-SNAPSHOT</version> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index d1615c09..98482902 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -33,7 +33,7 @@ <action type="fix" dev="ggregory" due-to="Gary Gregory">Reuse BigInteger constants instead of creating new instances in org.apache.commons.jexl3.JexlArithmetic.toBigInteger(Object).</action> <!-- ADD --> <!-- UPDATE --> - <action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump org.apache.commons:commons-parent from 81 to 84 #344.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump org.apache.commons:commons-parent from 81 to 85 #344.</action> </release> <release version="3.5.0" date="2025-04-11" description="This is a feature and maintenance release. Java 8 or later is required."> <!-- FIX -->