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

commit b483b4ff3ac8a0e97cbd79cf3a7a92a371c63d5b
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Wed Jan 29 10:55:50 2025 -0500

    Use com.github.spotbugs:4.8.6 on Java less than 11
---
 pom.xml                 | 2 ++
 src/changes/changes.xml | 1 +
 2 files changed, 3 insertions(+)

diff --git a/pom.xml b/pom.xml
index 8e85a61..2873b9e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1685,6 +1685,7 @@
         <commons.felix.version>3.5.1</commons.felix.version>
         <commons.animal-sniffer.version>1.17</commons.animal-sniffer.version>
         
<commons.biz.aQute.bndlib.version>3.5.0</commons.biz.aQute.bndlib.version>
+        <commons.spotbugs.impl.version>4.8.6</commons.spotbugs.impl.version>
       </properties>
     </profile>
     <profile>
@@ -1694,6 +1695,7 @@
       </activation>
       <properties>
         <commons.spdx.version>0.6.3</commons.spdx.version>
+        <commons.spotbugs.impl.version>4.8.6</commons.spotbugs.impl.version>
       </properties>
     </profile>
     <!-- allow simple creation of the site without any optional reports -->
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 6a3b94c..224b22f 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="81" date="YYYY-MM-DD" description="Version 81: This is 
a feature and maintenance release. Java 8 or later is required.">
         <!-- FIX -->
+        <action type="fix" dev="ggregory" due-to="Gary Gregory">Use 
com.github.spotbugs:4.8.6 on Java less than 11.</action>
         <!-- ADD -->
         <!-- UPDATE -->
         </release>

Reply via email to