Skip to content

Commit 390e04c

Browse files
committed
Upgrade Gradle and dependencies
1 parent 4c343e9 commit 390e04c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

gradle/libs.versions.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[versions]
22
java = "17"
3-
checkstyle = "10.17.0"
4-
spotbugs = "4.8.5"
3+
checkstyle = "10.18.2"
4+
spotbugs = "4.8.6"
55

66
[plugins]
77
cthingVersioning = { id = "org.cthing.cthing-versioning", version = "1.0.1" }
8-
dependencyAnalysis = { id = "com.autonomousapps.dependency-analysis", version = "1.32.0" }
9-
spotbugs = { id = "com.github.spotbugs", version = "6.0.15" }
8+
dependencyAnalysis = { id = "com.autonomousapps.dependency-analysis", version = "2.2.0" }
9+
spotbugs = { id = "com.github.spotbugs", version = "6.0.25" }
1010
versions = { id = "com.github.ben-manes.versions", version = "0.51.0" }
1111

1212
[libraries]
1313
jsr305 = "com.google.code.findbugs:jsr305:3.0.2"
14-
spotbugsContrib = "com.mebigfatguy.sb-contrib:sb-contrib:7.6.4"
14+
spotbugsContrib = "com.mebigfatguy.sb-contrib:sb-contrib:7.6.5"

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)