Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-parent.git
diff --git a/pom.xml b/pom.xml
index 571fea9..498286e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
</parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
- <version>77-SNAPSHOT</version>
+ <version>78-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Apache Commons Parent</name>
<description>The Apache Commons Parent POM provides common settings for all Apache Commons components.</description>
@@ -78,7 +78,7 @@
<minimalJavaBuildVersion>8</minimalJavaBuildVersion>
<!-- configuration bits for cutting a release candidate, must be overridden by components -->
<!-- TODO How can we make project.build.outputTimestamp and changes.xml's release data the same? -->
- <project.build.outputTimestamp>2024-09-28T20:37:08Z</project.build.outputTimestamp>
+ <project.build.outputTimestamp>2024-10-09T14:56:54Z</project.build.outputTimestamp>
<commons.release.version>77</commons.release.version>
<commons.release.next>78</commons.release.next>
<commons.rc.version>RC1</commons.rc.version>
@@ -132,7 +132,7 @@
<!-- Checkstyle 9.3 is the version compatible with Java 8 -->
<commons.checkstyle.version>9.3</commons.checkstyle.version>
<commons.compiler.version>3.13.0</commons.compiler.version>
- <commons.cyclonedx.version>2.8.2</commons.cyclonedx.version>
+ <commons.cyclonedx.version>2.9.0</commons.cyclonedx.version>
<commons.spdx.version>0.7.4</commons.spdx.version>
<commons.failsafe.version>3.5.1</commons.failsafe.version>
<commons.felix.version>5.1.9</commons.felix.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 088457d..7295c4d 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -61,11 +61,13 @@
<!-- FIX -->
<action type="update" dev="ggregory" due-to="Gary Gregory">Fix spotbugs:check on Java 24-ea.</action>
<!-- ADD -->
+ <action type="add" dev="ggregory" due-to="Gary Gregory">Add property commons.asm.version with the value "9.7.1".</action>
<!-- UPDATE -->
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.5.0 to 3.5.1.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.0 to 3.5.1.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.maven.plugins:maven-surefire-report-plugin from 3.5.0 to 3.5.1.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.ow2.asm:asm from 9.7.0 to 9.7.1.</action>
+ <action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">Bump org.cyclonedx:cyclonedx-maven-plugin from 2.8.2 to 2.9.0 #511.</action>
<!-- REMOVE -->
</release>
<release version="77" date="2024-10-05" description="Version 77: Maintenance and update dependencies.">