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-jci.git
The following commit(s) were added to refs/heads/master by this push: new 9375b0c Bump org.apache.commons:commons-parent from 84 to 85 9375b0c is described below commit 9375b0c8a08f113858725c8b193955044c102752 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Thu Jun 19 10:55:14 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 735740f..5f12d97 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-parent</artifactId> - <version>84</version> + <version>85</version> </parent> <packaging>pom</packaging> <artifactId>commons-jci2</artifactId> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index e1f43da..c4af20e 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -85,7 +85,7 @@ The <action> type attribute can be add,update,fix,remove. </action> <!-- UPDATE --> <action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory"> - Bump commons-parent from 56 to 84 #36, #37, #72, #97, #73 #125, #128, #134, #138, #141, #149, #194. + Bump commons-parent from 56 to 85 #36, #37, #72, #97, #73 #125, #128, #134, #138, #141, #149, #194. </action> <action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory"> Bump commons-io:commons-io from 2.2 to 2.19.0 #11, #103, #133, #158.