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-dbutils.git


The following commit(s) were added to refs/heads/master by this push:
     new 589a8a9  Update SpotBugs for Java 17.
589a8a9 is described below

commit 589a8a993a29b621295a38b0efef74e81cc8638a
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Dec 27 09:02:13 2021 -0500

    Update SpotBugs for Java 17.
---
 pom.xml                 | 12 ++++++++++--
 src/changes/changes.xml |  7 +++++--
 2 files changed, 15 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 98f67b9..a8726b8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -242,7 +242,8 @@
     <maven.compiler.source>1.7</maven.compiler.source>
     <maven.compiler.target>1.7</maven.compiler.target>
 
-    <dbutils.spotbugs.version>4.2.0</dbutils.spotbugs.version>
+    <commons.spotbugs.version>4.4.2</commons.spotbugs.version>
+    <commons.spotbugs.impl.version>4.2.3</commons.spotbugs.impl.version>
     
<commons.checkstyle-plugin.version>3.1.1</commons.checkstyle-plugin.version>
     <dbutils.checkstyle.version>8.37</dbutils.checkstyle.version>
     
<checkstyle.header.file>${basedir}/src/site/resources/checkstyle/checkstyle-header.txt</checkstyle.header.file>
@@ -287,7 +288,14 @@
         <plugin>
           <groupId>com.github.spotbugs</groupId>
           <artifactId>spotbugs-maven-plugin</artifactId>
-          <version>${dbutils.spotbugs.version}</version>
+          <version>${commons.spotbugs.version}</version>
+          <dependencies>
+            <dependency>
+              <groupId>com.github.spotbugs</groupId>
+              <artifactId>spotbugs</artifactId>
+              <version>${commons.spotbugs.impl.version}</version>
+           </dependency>
+          </dependencies>
           <configuration>
             <threshold>Normal</threshold>
             <effort>Default</effort>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index ae3688a..63cf99b 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -87,8 +87,11 @@ The <action> type attribute can be add,update,fix,remove.
       <action dev="ggregory" type="update" due-to="Dependabot">
         Update mockito-core from 3.2.4 to 3.4.6 #18, #21.
       </action>
-      <action dev="ggregory" type="update" due-to="Dependabot">
-        Update spotbugs-maven-plugin from 3.1.12.2 to 4.2.0, #17, #45, #52.
+      <action dev="ggregory" type="update" due-to="Dependabot, Gary Gregory">
+        Update spotbugs-maven-plugin from 3.1.12.2 to 4.4.2, #17, #45, #52.
+      </action>
+      <action dev="ggregory" type="update" due-to="Gary Gregory">
+        Update spotbugs from 3.1.12.2 to 4.2.3.
       </action>
       <action dev="ggregory" type="update" due-to="Gary Gregory">
         Update maven-checkstyle-plugin from 3.1.0 to 3.1.1.

Reply via email to