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-io.git
The following commit(s) were added to refs/heads/master by this push:
new 3dfc011 Bump japicmp-maven-plugin from 0.15.3 to 0.15.6.
3dfc011 is described below
commit 3dfc0110222ceebfd7e34cbb2bf769638f3b0911
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Feb 6 15:21:09 2022 -0500
Bump japicmp-maven-plugin from 0.15.3 to 0.15.6.
---
pom.xml | 2 +-
src/changes/changes.xml | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 847bbab..d4c607f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -340,7 +340,7 @@ file comparators, endian transformation classes, and much
more.
<checkstyle.impl.version>9.3</checkstyle.impl.version>
<commons.jacoco.version>0.8.7</commons.jacoco.version>
<commons.surefire.version>3.0.0-M5</commons.surefire.version>
- <commons.japicmp.version>0.15.3</commons.japicmp.version>
+ <commons.japicmp.version>0.15.6</commons.japicmp.version>
<commons.enforcer.version>3.0.0</commons.enforcer.version>
<commons.moditect.version>1.0.0.RC2</commons.moditect.version>
<commons.spotbugs.plugin.version>4.5.2.0</commons.spotbugs.plugin.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 29f72d1..8534971 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -366,6 +366,9 @@ The <action> type attribute can be add,update,fix,remove.
<action dev="kinow" type="update" due-to="Dependabot">
Bump spotbugs from 4.5.2 to 4.5.3 #313, #317.
</action>
+ <action dev="ggregory" type="update" due-to="Gary Gregory">
+ Bump japicmp-maven-plugin from 0.15.3 to 0.15.6.
+ </action>
</release>
<release version="2.11.0" date="2021-07-09" description="Java 8 required.">
<!-- FIX -->