This is an automated email from the ASF dual-hosted git repository. mattjuntunen pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-configuration.git
commit 0336014defe13372146754a8b6e93094000e993c Author: Matt Juntunen <[email protected]> AuthorDate: Thu May 5 00:01:41 2022 -0400 bump commons-parent from 52 to 53 --- pom.xml | 2 +- src/changes/changes.xml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 93905f33..d3392286 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-parent</artifactId> - <version>52</version> + <version>53</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>commons-configuration2</artifactId> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 7eac8cbb..1e8ab67b 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -84,6 +84,9 @@ Add ImmutableConfiguration.getDuration() methods. </action> <!-- UPDATES --> + <action type="update" dev="mattjuntunen" due-to="Dependabot, Matt Juntunen"> + Bump commons-parent from 52 to 53. + </action> <action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory"> Bump actions/setup-java from v1.4.0 to 3 #63, #65, #73, #174. </action>
