This is an automated email from the ASF dual-hosted git repository.
garydgregory 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 90d6a86 Bump org.apache.commons:commons-parent from 103 to 104.
90d6a86 is described below
commit 90d6a86b5a5de295fcd54a48b9d99e8db9e75e15
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Aug 22 10:15:48 2026 -0400
Bump org.apache.commons:commons-parent from 103 to 104.
---
pom.xml | 2 +-
src/changes/changes.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 1a3a0a7..c31ade4 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>103</version>
+ <version>104</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 a2d6375..25402cc 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -37,7 +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 103 (fixes spdx fail on Java11/macos).</action>
+ <action type="update" dev="sebb">Bump org.apache.commons:commons-parent
from 85 to 104 (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>