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-jcs.git
The following commit(s) were added to refs/heads/master by this push:
new e5155ea6 Bump org.apache.commons:commons-parent from 103 to 104.
e5155ea6 is described below
commit e5155ea65df3de2896fc24c5ac23ab28440f34d7
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Aug 22 09:39:57 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 59d42f5e..a4bc4f27 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
- <version>103</version>
+ <version>104</version>
</parent>
<artifactId>commons-jcs4</artifactId>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 3fa3385a..9d354203 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -91,7 +91,7 @@
jcs.serialization.class.filter and use the syntax of
Object>InputFilter from Java9
Document the behavior, add a test.
</action>
- <action type="update" dev="ggregory" due-to="Gary Gregory,
Dependabot">Bump org.apache.commons:commons-parent from 59 to 96 #222, #258,
#277, #280, #286, #292, #296, #302, #352, #305, #403, #404.</action>
+ <action type="update" dev="ggregory" due-to="Gary Gregory,
Dependabot">Bump org.apache.commons:commons-parent from 59 to 104 #222, #258,
#277, #280, #286, #292, #296, #302, #352, #305, #403, #404.</action>
<action dev="tv" type="update" issue="JCS-241">Use System.Logger
from Java9, remove own logging abstraction, remove dependency on log4j2</action>
<action dev="tv" type="update" due-to="Gary Gregory,
strangelookingnerd">Migrate tests to JUnit5 #309</action>
<action dev="tv" type="update">Update dependency servlet-api 2.5
to javax.servlet-api 3.1.0.</action>