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 d3401454 Bump org.apache.commons:commons-parent from 83 to 84 d3401454 is described below commit d3401454dfae4733fa61c54f9b74f7e2a3e449f5 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Tue May 20 08:29:36 2025 -0400 Bump org.apache.commons:commons-parent from 83 to 84 --- pom.xml | 2 +- src/changes/changes.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index b834dc59..8a611fe2 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-parent</artifactId> - <version>83</version> + <version>84</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 c77497f5..3d0809eb 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -32,7 +32,7 @@ <action type="fix" dev="ggregory" due-to="Gary Gregory">org.apache.commons.jexl3.internal.introspection.AbstractExecutor.initMarker(Class, String, Class...) throws IllegalArgumentException instead of Error.</action> <!-- ADD --> <!-- UPDATE --> - <action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump org.apache.commons:commons-parent from 81 to 83 #344.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump org.apache.commons:commons-parent from 81 to 84 #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 -->