This is an automated email from the ASF dual-hosted git repository.

ctubbsii pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo-access.git


The following commit(s) were added to refs/heads/main by this push:
     new 1bb99a6  Bump spotbugs and checkstyle versions
1bb99a6 is described below

commit 1bb99a6848b854db5a1b420c3d2e5930423f5ebf
Author: Christopher Tubbs <[email protected]>
AuthorDate: Tue Apr 21 17:43:52 2026 -0400

    Bump spotbugs and checkstyle versions
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3c25350..c6afeb6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -251,7 +251,7 @@ under the License.
         <plugin>
           <groupId>com.github.spotbugs</groupId>
           <artifactId>spotbugs-maven-plugin</artifactId>
-          <version>4.9.8.2</version>
+          <version>4.9.8.3</version>
           <configuration>
             
<excludeFilterFile>${rootlocation}/src/build/spotbugs-exclude.xml</excludeFilterFile>
             <xmlOutput>true</xmlOutput>
@@ -518,7 +518,7 @@ under the License.
           <dependency>
             <groupId>com.puppycrawl.tools</groupId>
             <artifactId>checkstyle</artifactId>
-            <version>13.3.0</version>
+            <version>13.4.0</version>
           </dependency>
         </dependencies>
         <executions>

Reply via email to