Skip to content

Commit 6438016

Browse files
Update plugin com.github.spotbugs to v6.4.5
1 parent e7b5b00 commit 6438016

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

languages/jvm/java.com/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
// ✅ Spotless
99
id 'com.diffplug.spotless' version '8.0.0'
1010
// ✅ Spotbugs
11-
id 'com.github.spotbugs' version '6.4.4'
11+
id 'com.github.spotbugs' version '6.4.5'
1212
}
1313

1414
subprojects {

languages/jvm/java.com/services/helidon.io/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
// ✅ PMD
77
id 'pmd'
88
// ✅ Spotbugs
9-
id 'com.github.spotbugs' version '6.4.4'
9+
id 'com.github.spotbugs' version '6.4.5'
1010
// ✅ Spotless
1111
id 'com.diffplug.spotless' version '8.0.0'
1212
// ✅ Application

languages/jvm/java.com/services/javalin.io/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
// ✅ PMD
77
id 'pmd'
88
// ✅ Spotbugs
9-
id 'com.github.spotbugs' version '6.4.4'
9+
id 'com.github.spotbugs' version '6.4.5'
1010
// ✅ Spotless
1111
id 'com.diffplug.spotless' version '8.0.0'
1212
// ✅ Application

languages/jvm/java.com/services/micronaut.io/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
// ✅ PMD
77
id 'pmd'
88
// ✅ Spotbugs
9-
id 'com.github.spotbugs' version '6.4.4'
9+
id 'com.github.spotbugs' version '6.4.5'
1010
// ✅ Spotless
1111
id 'com.diffplug.spotless' version '8.0.0'
1212
// ✅ Micronaut

languages/jvm/java.com/services/quarkus.io/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
// ✅ PMD
77
id 'pmd'
88
// ✅ Spotbugs
9-
id 'com.github.spotbugs' version '6.4.4'
9+
id 'com.github.spotbugs' version '6.4.5'
1010
// ✅ Spotless
1111
id 'com.diffplug.spotless' version '8.0.0'
1212
// ✅ Quarkus

languages/jvm/java.com/services/spring.io/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
// ✅ PMD
77
id 'pmd'
88
// ✅ Spotbugs
9-
id 'com.github.spotbugs' version '6.4.4'
9+
id 'com.github.spotbugs' version '6.4.5'
1010
// ✅ Spotless
1111
id 'com.diffplug.spotless' version '8.0.0'
1212
// ✅ Spring Boot plugin

0 commit comments

Comments
 (0)