Skip to content

Commit

Permalink
[ci] Fixes gradle deprecation warnings (#2774)
Browse files Browse the repository at this point in the history
  • Loading branch information
frankfliu committed Sep 9, 2023
1 parent e196216 commit 20423a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id "com.github.spotbugs" version "5.0.14" apply false
id "com.github.spotbugs" version "5.1.3" apply false
}

defaultTasks 'build'
Expand Down

0 comments on commit 20423a6

Please sign in to comment.