Skip to content

Commit

Permalink
Update Spotbugs
Browse files Browse the repository at this point in the history
  • Loading branch information
ctmay4 committed Sep 8, 2022
1 parent 0c8e544 commit a92e83a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'java-library'
id 'checkstyle'
id "com.github.spotbugs" version "5.0.8"
id "com.github.spotbugs" version "5.0.12"
id 'jacoco'
id 'maven-publish'
id 'signing'
Expand Down Expand Up @@ -35,7 +35,7 @@ repositories {
}

dependencies {
spotbugs 'com.github.spotbugs:spotbugs:4.7.1'
spotbugs 'com.github.spotbugs:spotbugs:4.7.2'

api "com.fasterxml.jackson.core:jackson-core:2.13.4"
api "com.fasterxml.jackson.core:jackson-annotations:2.13.4"
Expand Down

0 comments on commit a92e83a

Please sign in to comment.