From 3ff4ff39313fd3c07a65f418a694e4ffb353fc2d Mon Sep 17 00:00:00 2001 From: Baron Roberts Date: Fri, 31 May 2024 17:46:55 -0700 Subject: [PATCH] Upgrade Gradle and dependencies --- gradle/libs.versions.toml | 12 ++++++------ gradle/wrapper/gradle-wrapper.properties | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index c64602b..0c99000 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,18 +1,18 @@ [versions] java = "17" -checkstyle = "10.14.2" -jacoco = "0.8.11" +checkstyle = "10.17.0" +jacoco = "0.8.12" junit = "5.10.2" -spotbugs = "4.8.3" +spotbugs = "4.8.5" [plugins] cthingVersioning = { id = "org.cthing.cthing-versioning", version = "1.0.0" } -dependencyAnalysis = { id = "com.autonomousapps.dependency-analysis", version = "1.30.0" } -spotbugs = { id = "com.github.spotbugs", version = "6.0.7" } +dependencyAnalysis = { id = "com.autonomousapps.dependency-analysis", version = "1.32.0" } +spotbugs = { id = "com.github.spotbugs", version = "6.0.15" } versions = { id = "com.github.ben-manes.versions", version = "0.51.0" } [libraries] -assertJ = "org.assertj:assertj-core:3.25.3" +assertJ = "org.assertj:assertj-core:3.26.0" cthingAnnots = "org.cthing:cthing-annotations:1.0.0" jsr305 = "com.google.code.findbugs:jsr305:3.0.2" junitApi = { module = "org.junit.jupiter:junit-jupiter-api", version.ref = "junit" } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index a80b22c..a441313 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.6-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME