Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion languages/jvm/java.com/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
// βœ… Spotless
id 'com.diffplug.spotless' version '8.0.0'
// βœ… Spotbugs
id 'com.github.spotbugs' version '6.4.4'
id 'com.github.spotbugs' version '6.4.5'
}

subprojects {
Expand Down
2 changes: 1 addition & 1 deletion languages/jvm/java.com/services/helidon.io/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
// βœ… PMD
id 'pmd'
// βœ… Spotbugs
id 'com.github.spotbugs' version '6.4.4'
id 'com.github.spotbugs' version '6.4.5'
// βœ… Spotless
id 'com.diffplug.spotless' version '8.0.0'
// βœ… Application
Expand Down
2 changes: 1 addition & 1 deletion languages/jvm/java.com/services/javalin.io/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
// βœ… PMD
id 'pmd'
// βœ… Spotbugs
id 'com.github.spotbugs' version '6.4.4'
id 'com.github.spotbugs' version '6.4.5'
// βœ… Spotless
id 'com.diffplug.spotless' version '8.0.0'
// βœ… Application
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
// βœ… PMD
id 'pmd'
// βœ… Spotbugs
id 'com.github.spotbugs' version '6.4.4'
id 'com.github.spotbugs' version '6.4.5'
// βœ… Spotless
id 'com.diffplug.spotless' version '8.0.0'
// βœ… Micronaut
Expand Down
2 changes: 1 addition & 1 deletion languages/jvm/java.com/services/quarkus.io/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
// βœ… PMD
id 'pmd'
// βœ… Spotbugs
id 'com.github.spotbugs' version '6.4.4'
id 'com.github.spotbugs' version '6.4.5'
// βœ… Spotless
id 'com.diffplug.spotless' version '8.0.0'
// βœ… Quarkus
Expand Down
2 changes: 1 addition & 1 deletion languages/jvm/java.com/services/spring.io/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
// βœ… PMD
id 'pmd'
// βœ… Spotbugs
id 'com.github.spotbugs' version '6.4.4'
id 'com.github.spotbugs' version '6.4.5'
// βœ… Spotless
id 'com.diffplug.spotless' version '8.0.0'
// βœ… Spring Boot plugin
Expand Down
Loading