From 4a9594b8e8553c41f2b5b4ef4b6c8a8b66df4bc6 Mon Sep 17 00:00:00 2001 From: Baron Roberts Date: Sun, 20 Oct 2024 18:07:12 -0700 Subject: [PATCH] Upgrade Gradle and dependencies --- gradle/libs.versions.toml | 16 ++++++++-------- gradle/wrapper/gradle-wrapper.properties | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index f997294..0450417 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,24 +1,24 @@ [versions] java = "17" -checkstyle = "10.17.0" +checkstyle = "10.18.2" jacoco = "0.8.12" -junit = "5.10.2" -spotbugs = "4.8.5" +junit = "5.11.2" +spotbugs = "4.8.6" [plugins] cthingVersioning = { id = "org.cthing.cthing-versioning", version = "1.0.1" } -dependencyAnalysis = { id = "com.autonomousapps.dependency-analysis", version = "1.32.0" } -spotbugs = { id = "com.github.spotbugs", version = "6.0.15" } +dependencyAnalysis = { id = "com.autonomousapps.dependency-analysis", version = "2.2.0" } +spotbugs = { id = "com.github.spotbugs", version = "6.0.25" } versions = { id = "com.github.ben-manes.versions", version = "0.51.0" } [libraries] apiGuardian = "org.apiguardian:apiguardian-api:1.1.2" -assertJ = "org.assertj:assertj-core:3.26.0" +assertJ = "org.assertj:assertj-core:3.26.3" cthingAnnots = "org.cthing:cthing-annotations:1.0.0" escapers = "org.cthing:escapers:1.0.0" jsr305 = "com.google.code.findbugs:jsr305:3.0.2" 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.10.2" +junitLauncher = "org.junit.platform:junit-platform-launcher:1.11.2" junitParams = { module = "org.junit.jupiter:junit-jupiter-params", version.ref = "junit" } -spotbugsContrib = "com.mebigfatguy.sb-contrib:sb-contrib:7.6.4" +spotbugsContrib = "com.mebigfatguy.sb-contrib:sb-contrib:7.6.5" diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index a441313..df97d72 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.8-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME