Skip to content

Commit

Permalink
Bump com.github.spotbugs from 6.0.28 to 6.1.0 (#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 13, 2025
1 parent b625914 commit 787b350
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.28" //code check, working on byte code
id "com.github.spotbugs" version "6.1.0" //code check, working on byte code
id "com.diffplug.spotless" version "7.0.1" //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 787b350

Please sign in to comment.