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-exec.git
The following commit(s) were added to refs/heads/master by this push: new 22ddf9d4 Bump org.apache.commons:commons-parent from 84 to 85 22ddf9d4 is described below commit 22ddf9d44b40756407e2c9ac007cc2fbc3a64621 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Thu Jun 19 10:46:54 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 3a7ae763..267f6602 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ limitations under the License. <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-parent</artifactId> - <version>84</version> + <version>85</version> </parent> <modelVersion>4.0.0</modelVersion> <name>Apache Commons Exec</name> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 1fb113fc..5f1195b1 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -29,7 +29,7 @@ <!-- ADD --> <action type="add" dev="ggregory" due-to="Gary Gregory">TimeoutObserver now extends Consumer<Watchdog>.</action> <!-- UPDATE --> - <action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">Bump org.apache.commons:commons-parent from 83 to 84.</action> + <action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">Bump org.apache.commons:commons-parent from 83 to 85.</action> </release> <release version="1.5.0" date="2025-05-16" description="Maintenance and feature Release (Java 8 or above)"> <!-- ADD -->