Skip to content

Commit 42d7b86

Browse files
committed
Upgrade Gradle and dependencies
1 parent 36ab9cd commit 42d7b86

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

gradle/libs.versions.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
[versions]
22
java = "17"
3-
checkstyle = "10.26.0"
3+
checkstyle = "11.0.1"
44
jacoco = "0.8.13"
5-
junit = "5.13.2"
6-
spotbugs = "4.9.3"
5+
junit = "5.13.4"
6+
spotbugs = "4.9.6"
77

88
[plugins]
9-
dependencyAnalysis = { id = "com.autonomousapps.dependency-analysis", version = "2.19.0" }
10-
spotbugs = { id = "com.github.spotbugs", version = "6.2.0" }
11-
versions = { id = "com.github.ben-manes.versions", version = "0.52.0" }
9+
dependencyAnalysis = { id = "com.autonomousapps.dependency-analysis", version = "3.0.4" }
10+
spotbugs = { id = "com.github.spotbugs", version = "6.4.2" }
11+
versions = { id = "com.github.ben-manes.versions", version = "0.53.0" }
1212

1313
[libraries]
14-
assertJ = "org.assertj:assertj-core:3.27.3"
15-
equalsVerifier = "nl.jqno.equalsverifier:equalsverifier:4.0.3"
14+
assertJ = "org.assertj:assertj-core:3.27.6"
15+
equalsVerifier = "nl.jqno.equalsverifier:equalsverifier:4.1.1"
1616
jspecify = "org.jspecify:jspecify:1.0.0"
1717
junitApi = { module = "org.junit.jupiter:junit-jupiter-api", version.ref = "junit" }
1818
junitEngine = { module = "org.junit.jupiter:junit-jupiter-engine", version.ref = "junit" }
19-
junitLauncher = "org.junit.platform:junit-platform-launcher:1.13.2"
20-
spotbugsContrib = "com.mebigfatguy.sb-contrib:sb-contrib:7.6.11"
19+
junitLauncher = "org.junit.platform:junit-platform-launcher:1.13.4"
20+
spotbugsContrib = "com.mebigfatguy.sb-contrib:sb-contrib:7.6.14"
2121
systemLambda = "com.github.stefanbirkner:system-lambda:1.2.1"

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

0 commit comments

Comments
 (0)