Skip to content

Commit

Permalink
Bump com.github.spotbugs from 6.0.12 to 6.0.13 (#1079)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed May 6, 2024
1 parent 7a849df commit 873519e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -5,7 +5,7 @@ plugins {
id 'signing'
id 'pmd' // code check, working on source code
id 'com.diffplug.spotless' version '6.25.0' //code format
id 'com.github.spotbugs' version '6.0.12' // code check, working on byte code
id 'com.github.spotbugs' version '6.0.13' // code check, working on byte code
id 'de.undercouch.download' version '5.6.0'
id 'kr.motd.sphinx' version '2.10.1' // documentation generation
id 'jacoco' // java code coverage plugin
Expand Down

0 comments on commit 873519e

Please sign in to comment.