This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-weaver.git
The following commit(s) were added to refs/heads/master by this push:
new c92c71b Bump org.apache.commons:commons-parent from 85 to 102 (fixes
spdx fail on Java11/macos)
c92c71b is described below
commit c92c71bd13bd67927cca1061ef0d79e4b62d636e
Author: Sebb <[email protected]>
AuthorDate: Thu Jul 2 11:16:32 2026 +0100
Bump org.apache.commons:commons-parent from 85 to 102 (fixes spdx fail on
Java11/macos)
---
pom.xml | 2 +-
src/changes/changes.xml | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 0a3e93f..cfa537f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@ under the License.
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
- <version>85</version>
+ <version>102</version>
</parent>
<artifactId>commons-weaver-base</artifactId>
<version>2.1-SNAPSHOT</version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 3855e18..2688d83 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -37,6 +37,7 @@
<action type="update" dev="ggregory" due-to="Dependabot">Bump
org.apache.maven:maven-core from 3.1.0 to 3.8.1 in /maven-plugin #13.</action>
<action type="update" dev="ggregory" due-to="Dependabot">Bump junit from
4.12 to 4.13.1 in /parent #9.</action>
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump
org.apache.commons:commons-parent from 47 to 85.</action>
+ <action type="update" dev="sebb">Bump org.apache.commons:commons-parent
from 85 to 102 (fixes spdx fail on Java11/macos).</action>
</release>
<release version="2.0" date="2018-09-07" description="Requires Java 8 or
above.">
<action issue="WEAVER-16" type="fix">NullPointerException when weaving
class with no package.</action>