Skip to content

Commit

Permalink
Merge pull request #2781 from gruenich/master
Browse files Browse the repository at this point in the history
Replace FindBugs by SpotBugs
  • Loading branch information
juherr committed Jul 12, 2022
2 parents ebf9af6 + eb31064 commit 001d0de
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGES.txt
@@ -1,4 +1,5 @@
Current
Fixed: GITHUB-2780: Use SpotBugs instead of abandoned FindBugs

7.6.1
Fixed: GITHUB-2761: Exception: ERROR java.nio.file.NoSuchFileException: /tmp/testngXmlPathInJar-15086412835569336174 (Krishnan Mahadevan)
Expand Down
2 changes: 1 addition & 1 deletion testng-core-api/testng-core-api-build.gradle.kts
Expand Up @@ -10,7 +10,7 @@ java {

dependencies {
api(projects.testngCollections)
api("com.google.code.findbugs:jsr305:_")
api("com.github.spotbugs:spotbugs:_")
"guiceApi"(platform("com.google.inject:guice-bom:_"))
"guiceApi"("com.google.inject:guice")

Expand Down
2 changes: 1 addition & 1 deletion testng-core/testng-core-build.gradle.kts
Expand Up @@ -25,7 +25,7 @@ java {
dependencies {
api(projects.testngCoreApi)
// Annotations have to be available on the compile classpath for the proper compilation
api("com.google.code.findbugs:jsr305:_")
api("com.github.spotbugs:spotbugs:_")
api("com.beust:jcommander:_")

"guiceApi"(platform("com.google.inject:guice-bom:_"))
Expand Down
2 changes: 1 addition & 1 deletion versions.properties
Expand Up @@ -45,7 +45,7 @@ version.ch.qos.logback..logback-core=1.2.11

version.com.beust..jcommander=1.82

version.com.google.code.findbugs..jsr305=3.0.2
version.com.github.spotbugs..spotbugs=4.7.1

version.com.google.inject..guice-bom=5.1.0

Expand Down

0 comments on commit 001d0de

Please sign in to comment.