Skip to content

Commit abfd3da

Browse files
chore(deps): bump com.github.spotbugs from 6.1.+ to 6.4.4
Bumps com.github.spotbugs from 6.1.+ to 6.4.4. --- updated-dependencies: - dependency-name: com.github.spotbugs dependency-version: 6.4.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 54aa632 commit abfd3da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ pluginManagement {
5353
fun PluginDependenciesSpec.idv(id: String, key: String = id) = id(id) version key.v()
5454

5555
id("biz.aQute.bnd.builder") version "6.4.0"
56-
id("com.github.spotbugs") version "6.1.+"
56+
id("com.github.spotbugs") version "6.4.+"
5757
id("com.diffplug.spotless") version "6.13.0" // 6.13.0 is the last version that is compatible with Java 8
5858
id("com.github.vlsi.gradle-extensions") version "1.+"
5959
id("com.github.vlsi.stage-vote-release") version "1.+"

0 commit comments

Comments
 (0)