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

dlmarion 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 25332a1  Bump SpotBugs plugin version and fix typo (#20)
25332a1 is described below

commit 25332a1c05e7f359aa9dff9b75fa3c21e247b11d
Author: Dave Marion <dlmar...@apache.org>
AuthorDate: Mon Oct 2 11:47:56 2023 -0400

    Bump SpotBugs plugin version and fix typo (#20)
---
 .github/workflows/maven.yaml | 9 +--------
 pom.xml                      | 4 ++--
 2 files changed, 3 insertions(+), 10 deletions(-)

diff --git a/.github/workflows/maven.yaml b/.github/workflows/maven.yaml
index 7c7f8b4..0458d77 100644
--- a/.github/workflows/maven.yaml
+++ b/.github/workflows/maven.yaml
@@ -82,7 +82,7 @@ jobs:
         java-version: ${{ matrix.profile.javaver }}
     - name: Cache local maven repository
       uses: actions/cache@v3
-      witi:
+      with:
         path: |
           ~/.m2/repository/
           !~/.m2/repository/org/apache/accumulo
@@ -122,11 +122,4 @@ jobs:
         name: failsafe-reports-${{ matrix.profile.name }}
         path: ./**/target/failsafe-reports/
         if-no-files-found: ignore
-    - name: Upload mini test logs
-      if: ${{ failure() }}
-      uses: actions/upload-artifact@v3
-      with:
-        name: mini-tests-logs-${{ matrix.profile.name }}
-        path: ./**/target/**/mini-tests/**/logs/
-        if-no-files-found: ignore
 
diff --git a/pom.xml b/pom.xml
index d8ca8c7..59c9f6e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -192,7 +192,7 @@
       <plugin>
         <groupId>com.github.spotbugs</groupId>
         <artifactId>spotbugs-maven-plugin</artifactId>
-        <version>4.7.3.5</version>
+        <version>4.7.3.6</version>
         <configuration>
           <xmlOutput>true</xmlOutput>
           <effort>Max</effort>
@@ -377,7 +377,7 @@
           <plugin>
             <groupId>com.github.spotbugs</groupId>
             <artifactId>spotbugs-maven-plugin</artifactId>
-            <version>4.7.3.5</version>
+            <version>4.7.3.6</version>
             <configuration>
               <plugins>
                 <plugin>

Reply via email to