Skip to content

Commit

Permalink
Bump com.github.spotbugs from 6.0.26 to 6.0.27 (#326)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 22, 2024
1 parent 518f1eb commit c95bb44
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 @@ -7,7 +7,7 @@ plugins {
id 'application'
id 'signing'
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 "com.diffplug.spotless" version "6.25.0" //code format
id 'com.github.onslip.gradle-one-jar' version '1.1.0' // pack a self contained jar
id 'org.openjfx.javafxplugin' version '0.1.0' // java 11 javafx plugin for gradle
Expand Down

0 comments on commit c95bb44

Please sign in to comment.