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-release-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 847a207 Bump commons-io from 2.11.0 to 2.12.0.
847a207 is described below
commit 847a20758fb16e49dc0c0d57bc86824ff28d4cec
Author: Gary Gregory <[email protected]>
AuthorDate: Wed May 17 12:58:17 2023 -0400
Bump commons-io from 2.11.0 to 2.12.0.
---
pom.xml | 2 +-
src/changes/changes.xml | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 72f2fe3..d51af34 100644
--- a/pom.xml
+++ b/pom.xml
@@ -145,7 +145,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
- <version>2.11.0</version>
+ <version>2.12.0</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 35f9a21..a27c25a 100755
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -47,6 +47,7 @@
<action type="update" dev="kinow" due-to="Dependabot">Bump
maven-checkstyle-plugin from 3.1.2 to 3.2.1 #130, #166.</action>
<action type="update" dev="kinow" due-to="Dependabot">Bump
commons-compress from 1.21 to 1.23.0 #148, #181.</action>
<action type="update" dev="kinow" due-to="Dependabot">Bump
maven.plugin.version from 3.6.4 to 3.8.2 #149, #168, #174, #185.</action>
+ <action type="update" dev="ggregory" due-to="Gary Gregory">Bump
commons-io from 2.11.0 to 2.12.0.</action>
</release>
<release version="1.8.0" date="2022-03-13" description="Version 1.8">
<action issue="COMMONSSITE-138" type="add" dev="chtompki,
ggregory">Create signature validation script for releases.</action>