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 d7c4d73  Undo the commit that broke this build:
d7c4d73 is described below

commit d7c4d73d3c0880dcb0c6340eb246c71a08a717b9
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Tue Jan 3 17:04:11 2023 -0500

    Undo the commit that broke this build:
    
    commit 966c6c148c7a2e77f1f36c9c28ed18f42566c777
    Author: Carl Hall <thecarlh...@apache.org> 2022-12-04 09:33:30
    Committer: GitHub <nore...@github.com> 2022-12-04 09:33:30
    Parent: 4e481949cb3fa2fe336a19e9b4e78da26155751a (Bump
    actions/setup-java from 3.6.0 to 3.7.0 #126)
    Parent: 099b31ade0f1913a118fcc7fb27ad4e7045c060c (Bump spotbugs from
    4.2.3 to 4.7.3)
    Child: 011db9cbc068ad8a6d81d38fce17595d4d6c05a6 (Merge pull request #154
    from apache/dependabot/maven/org.mockito-mockito-core-4.9.0)
    Branches: master, origin/dependabot/github_actions/actions/cache-3.2.2,
    origin/dependabot/github_actions/actions/checkout-3.2.0,
    origin/dependabot/github_actions/actions/setup-java-3.8.0,
    origin/dependabot/github_actions/actions/setup-java-3.9.0,
    origin/dependabot/github_actions/ossf/scorecard-action-2.1.0,
    origin/dependabot/maven/com.puppycrawl.tools-checkstyle-10.5.0,
    origin/dependabot/maven/org.apache.commons-commons-parent-55,
    origin/dependabot/maven/org.mockito-mockito-core-4.10.0,
    origin/dependabot/maven/org.mockito-mockito-core-4.11.0, origin/HEAD,
    origin/master
    
    Merge pull request #149 from
    apache/dependabot/maven/com.github.spotbugs-spotbugs-4.7.3
    
    Bump spotbugs from 4.2.3 to 4.7.3
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 81ea49e..15eb738 100644
--- a/pom.xml
+++ b/pom.xml
@@ -243,8 +243,8 @@
 
     <commons.junit.version>5.9.1</commons.junit.version>
 
-    <commons.spotbugs.version>4.7.3.0</commons.spotbugs.version>
-    <commons.spotbugs.impl.version>4.7.3</commons.spotbugs.impl.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.2.0</commons.checkstyle-plugin.version>
     <dbutils.checkstyle.version>9.3</dbutils.checkstyle.version>
     
<checkstyle.header.file>${basedir}/src/site/resources/checkstyle/checkstyle-header.txt</checkstyle.header.file>

Reply via email to