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 3880a9d Bump spdx-maven-plugin from 0.5.5 to 0.6.1 3880a9d is described below commit 3880a9df0a79f9d0fe6cb1258cc2f2227d9ba3f3 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu Sep 29 08:24:05 2022 -0400 Bump spdx-maven-plugin from 0.5.5 to 0.6.1 Fixes NPE https://github.com/spdx/spdx-maven-plugin/issues/53 --- pom.xml | 3 +-- src/changes/changes.xml | 3 ++- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 39cc6b4..fb89e20 100644 --- a/pom.xml +++ b/pom.xml @@ -134,8 +134,7 @@ <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> - <!-- Pin to SPDX 0.5.5 instead of 0.6.0 until there is a fix for https://github.com/spdx/spdx-maven-plugin/issues/53 --> - <commons.spdx.version>0.5.5</commons.spdx.version> + <commons.spdx.version>0.6.1</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> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index bef44d5..fbb4cb0 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -67,7 +67,8 @@ The <action> type attribute can be add,update,fix,remove. <action type="update" dev="ggregory" due-to="Gary Gregory">Add property commons.javadoc19.java.link.</action> <!-- UPDATE --> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump JUnit from 5.9.0 to 5.9.1.</action> - <action type="update" dev="ggregory" due-to="Gary Gregory">Bump from 2.1.23 to 2.1.25 #148.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory">Bump github/codeql-action from 2.1.23 to 2.1.25 #148.</action> + <action type="update" dev="ggregory" due-to="Gary Gregory">Bump spdx-maven-plugin from 0.5.5 to 0.6.1. Fixes NPE https://github.com/spdx/spdx-maven-plugin/issues/53</action> </release> <release version="54" date="2022-09-18" description="Version 54: SBOMs, drop JDepend, replace FindBugs with SpotBugs, dependency bumps."> <!-- ADD -->