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-parent.git
The following commit(s) were added to refs/heads/master by this push: new 76700c6 Fix japicmp entry 76700c6 is described below commit 76700c6e9b4fb2d891a9e22f96e86abc3d28c2ce Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Mon Mar 11 10:30:56 2024 -0400 Fix japicmp entry --- src/changes/changes.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 3804806..fe4d8a2 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -60,12 +60,13 @@ The <action> type attribute can be add,update,fix,remove. <release version="68" date="YYYY-MM-DD" description="Version 68: Maintenance and update dependencies"> <!-- UPDATE --> <action type="update" dev="ggregory" due-to="Dependabot">Bump org.apache.maven.plugins:maven-assembly-plugin from 3.6.0 to 3.7.0 #378.</action> + <action type="update" dev="ggregory" due-to="Dependabot">Bump com.github.siom79.japicmp:japicmp-maven-plugin from 0.18.5 to 0.20.0 #376.</action> </release> <release version="67" date="2024-03-02" description="Version 67: Maintenance and update dependencies"> <!-- UPDATE --> <action type="update" dev="ggregory" due-to="Dependabot">Bump org.junit:junit-bom from 5.10.1 to 5.10.2.</action> <action type="update" dev="ggregory" due-to="Dependabot">Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.3.0 to 4.8.3.1 #366.</action> - <action type="update" dev="ggregory" due-to="Dependabot">Bump com.github.siom79.japicmp:japicmp-maven-plugin from 0.18.3 to 0.20.0 #365, #368, #376.</action> + <action type="update" dev="ggregory" due-to="Dependabot">Bump com.github.siom79.japicmp:japicmp-maven-plugin from 0.18.3 to 0.18.5 #365, #368.</action> <action type="update" dev="ggregory" due-to="Dependabot">Bump org.codehaus.mojo:exec-maven-plugin from 3.1.1 to 3.2.0 #369.</action> <action type="update" dev="ggregory" due-to="Dependabot">Bump org.apache.bcel:bcel from 6.8.1 to 6.8.2.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump com.puppycrawl.tools:checkstyle from 10.13.0 to 10.14.0 on Java 11 and up.</action>