Skip to content

Commit 4b8b82b

Browse files
committed
Upgrade Gradle and dependencies
1 parent 0778325 commit 4b8b82b

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

gradle/libs.versions.toml

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

66
[plugins]
77
cthingPublishing = { id = "org.cthing.cthing-publishing", version = "1.0.0" }
88
cthingVersioning = { id = "org.cthing.cthing-versioning", version = "3.0.0" }
9-
dependencyAnalysis = { id = "com.autonomousapps.dependency-analysis", version = "2.6.0" }
10-
spotbugs = { id = "com.github.spotbugs", version = "6.0.26" }
11-
versions = { id = "com.github.ben-manes.versions", version = "0.51.0" }
9+
dependencyAnalysis = { id = "com.autonomousapps.dependency-analysis", version = "2.8.0" }
10+
spotbugs = { id = "com.github.spotbugs", version = "6.1.3" }
11+
versions = { id = "com.github.ben-manes.versions", version = "0.52.0" }
1212

1313
[libraries]
14-
spotbugsContrib = "com.mebigfatguy.sb-contrib:sb-contrib:7.6.8"
14+
spotbugsContrib = "com.mebigfatguy.sb-contrib:sb-contrib:7.6.9"

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.11.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12.1-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)