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 0044132 Use spdx 0.5.5 on Java 11, which can require Java 17
depending on undocumented behavior which kicks for us sometimes on macOS (but
not on Java 8 somehow).
0044132 is described below
commit 0044132507061f19de3cab84b2ad3c804235add4
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Jan 7 14:02:08 2026 -0500
Use spdx 0.5.5 on Java 11, which can require Java 17 depending on
undocumented behavior which kicks for us sometimes on macOS (but not on
Java 8 somehow).
---
pom.xml | 2 ++
src/changes/changes.xml | 1 +
2 files changed, 3 insertions(+)
diff --git a/pom.xml b/pom.xml
index 2c86e73..b825851 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1751,6 +1751,8 @@
</activation>
<properties>
<commons.checkstyle.version>10.26.1</commons.checkstyle.version>
+ <!-- spdx can require Java 17 depending on undocumented behavior which
kicks in for us here on macOS (but not on Java 8 somehow). -->
+ <commons.spdx.version>0.5.5</commons.spdx.version>
</properties>
</profile>
<profile>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index e834202..fb3ef88 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -59,6 +59,7 @@ The <action> type attribute can be add,update,fix,remove.
<body>
<release version="95" date="YYYY-MM-DD" description="This is a feature
and maintenance release. Java 8 or later is required.">
<!-- FIX -->
+ <action type="update" dev="ggregory" due-to="Gary Gregory">Use spdx
0.5.5 on Java 11, which can require Java 17 depending on undocumented behavior
which kicks for us sometimes on macOS (but not on Java 8 somehow).</action>
<!-- ADD -->
<!-- UPDATE -->
<action type="update" dev="ggregory" due-to="Gary Gregory,
Dependabot">Bump com.puppycrawl.tools:checkstyle from 12.3.0 to 12.3.1
#691.</action>