Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Sep 6, 2022
2 parents a0913ad + b2b0887 commit 7c853c8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Expand Up @@ -130,16 +130,16 @@
<commons.coveralls.version>4.3.0</commons.coveralls.version>
<commons.coveralls.timestampFormat>EpochMillis</commons.coveralls.timestampFormat>
<commons.cyclonedx.version>2.7.1</commons.cyclonedx.version>
<commons.spdx.version>0.5.5</commons.spdx.version>
<commons.spdx.version>0.6.0</commons.spdx.version>
<commons.failsafe.version>3.0.0-M7</commons.failsafe.version>
<commons.felix.version>5.1.8</commons.felix.version>
<commons.jacoco.version>0.8.8</commons.jacoco.version>
<commons.japicmp.version>0.15.7</commons.japicmp.version>
<commons.japicmp.version>0.16.0</commons.japicmp.version>
<commons.jar-plugin.version>3.2.2</commons.jar-plugin.version>
<commons.javadoc.version>3.4.1</commons.javadoc.version>
<commons.jxr.version>3.2.0</commons.jxr.version>
<commons.jxr.version>3.3.0</commons.jxr.version>
<commons.pmd.version>3.18.0</commons.pmd.version>
<commons.pmd-impl.version>6.48.0</commons.pmd-impl.version>
<commons.pmd-impl.version>6.49.0</commons.pmd-impl.version>
<commons.project-info.version>3.4.1</commons.project-info.version>
<commons.rat.version>0.14</commons.rat.version>
<commons.release-plugin.version>1.8.0</commons.release-plugin.version>
Expand Down
5 changes: 3 additions & 2 deletions src/changes/changes.xml
Expand Up @@ -82,8 +82,8 @@ The <action> type attribute can be add,update,fix,remove.
<action type="update" dev="ggregory" due-to="Dependabot">Bump maven-project-info-reports-plugin from 3.2.2 to 3.4.1 #107, #128.</action>
<action type="update" dev="ggregory" due-to="Dependabot">Bump maven-site-plugin from 3.11.0 to 4.0.0-M3 #108, #132. Fix [WARNING] An issue has occurred with apache-rat-plugin:0.14:rat report, skipping LinkageError org.apache.rat.mp.RatReportMojo.generate(Lorg/codehaus/doxia/sink/Sink;Ljava/util/Locale;)V,</action>
<action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump maven-bundle-plugin from 5.1.4 to 5.1.8, #111, #126, #133.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump net.sourceforge.pmd:pmd-* from 6.44.0 to 6.48.0.</action>
<action type="update" dev="ggregory" due-to="Dependabot">Bump maven-jxr-plugin from 3.1.1 to 3.2.0 #110.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump net.sourceforge.pmd:pmd-* from 6.44.0 to 6.49.0, #138.</action>
<action type="update" dev="ggregory" due-to="Dependabot">Bump maven-jxr-plugin from 3.1.1 to 3.3.0 #110, #136.</action>
<action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">Bump maven-javadoc-plugin from 3.3.2 to 3.4.1 #114.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump apache-rat from 0.13 to 0.14.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump biz.aQute.bndlib from 6.2.0 to 6.3.1.</action>
Expand All @@ -95,6 +95,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump Failsafe 2.22.2 to 3.0.0-M7.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump animal-sniffer-maven-plugin from 1.21 to 1.22.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump maven-checkstyle-plugin from 3.1.2 to 3.2.0.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump japicmp-maven-plugin from 0.15.7 to 0.16.0 #140.</action>
</release>

<release version="53" date="2022-03-31" description="WARNING: checkstyle version has been updated; there are breaking changes which may require updates to checkstyle.xml files">
Expand Down

0 comments on commit 7c853c8

Please sign in to comment.