Skip to content

Commit 7be2b81

Browse files
committed
Upgrade Gradle and dependencies
1 parent 81af2d0 commit 7be2b81

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

gradle/libs.versions.toml

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

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

1313
[libraries]

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

0 commit comments

Comments
 (0)