Skip to content

Commit

Permalink
Bump com.github.spotbugs from 6.0.26 to 6.0.27 (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 22, 2024
1 parent b2e56cd commit db635ab
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
Expand Up @@ -3,7 +3,7 @@ plugins {
id 'java' // java support
id 'com.diffplug.spotless' version '6.25.0'//code format
id 'pmd' // code check, working on source code
id 'com.github.spotbugs' version '6.0.26' // code check, working on byte code
id 'com.github.spotbugs' version '6.0.27' // code check, working on byte code
id "org.sonarqube" version "6.0.1.5171" // sonarqube
id 'signing'
id 'maven-publish' // publish to a maven repo (local or mvn central, has to be defined)
Expand Down

0 comments on commit db635ab

Please sign in to comment.