From f3ae4e5a7ae843f1fddbb7b8a07d1e1c1345f351 Mon Sep 17 00:00:00 2001 From: Baron Roberts Date: Fri, 7 Feb 2025 00:31:20 -0800 Subject: [PATCH] Upgrade Gradle and dependencies --- gradle/libs.versions.toml | 18 +++++++++--------- gradle/wrapper/gradle-wrapper.properties | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index c14b7e3..8b14850 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,25 +1,25 @@ [versions] java = "17" -checkstyle = "10.20.2" +checkstyle = "10.21.2" jacoco = "0.8.12" -junit = "5.11.3" -spotbugs = "4.8.6" +junit = "5.11.4" +spotbugs = "4.9.0" [plugins] cthingPublishing = { id = "org.cthing.cthing-publishing", version = "1.0.0" } cthingVersioning = { id = "org.cthing.cthing-versioning", version = "3.0.0" } -dependencyAnalysis = { id = "com.autonomousapps.dependency-analysis", version = "2.6.0" } -spotbugs = { id = "com.github.spotbugs", version = "6.0.26" } -versions = { id = "com.github.ben-manes.versions", version = "0.51.0" } +dependencyAnalysis = { id = "com.autonomousapps.dependency-analysis", version = "2.8.0" } +spotbugs = { id = "com.github.spotbugs", version = "6.1.3" } +versions = { id = "com.github.ben-manes.versions", version = "0.52.0" } [libraries] apiGuardian = "org.apiguardian:apiguardian-api:1.1.2" -assertJ = "org.assertj:assertj-core:3.26.3" +assertJ = "org.assertj:assertj-core:3.27.3" cthingAnnots = "org.cthing:cthing-annotations:2.0.0" escapers = "org.cthing:escapers:2.0.0" jspecify = "org.jspecify:jspecify:1.0.0" junitApi = { module = "org.junit.jupiter:junit-jupiter-api", version.ref = "junit" } junitEngine = { module = "org.junit.jupiter:junit-jupiter-engine", version.ref = "junit" } -junitLauncher = "org.junit.platform:junit-platform-launcher:1.11.3" +junitLauncher = "org.junit.platform:junit-platform-launcher:1.11.4" junitParams = { module = "org.junit.jupiter:junit-jupiter-params", version.ref = "junit" } -spotbugsContrib = "com.mebigfatguy.sb-contrib:sb-contrib:7.6.8" +spotbugsContrib = "com.mebigfatguy.sb-contrib:sb-contrib:7.6.9" diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index e2847c8..e18bc25 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.12.1-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME