Skip to content

Commit

Permalink
Upgrade Gradle and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
baron1405 committed Feb 7, 2025
1 parent cd55337 commit d76681f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
[versions]
java = "17"
checkstyle = "10.20.2"
checkstyle = "10.21.2"
jackson = "2.18.2"
jacoco = "0.8.12"
junit = "5.11.3"
junitPlatform = "1.11.3"
spotbugs = "4.8.6"
junit = "5.11.4"
junitPlatform = "1.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]
assertJ = "org.assertj:assertj-core:3.26.3"
assertJ = "org.assertj:assertj-core:3.27.3"
cthingAnnots = "org.cthing:cthing-annotations:2.0.0"
equalsVerifier = "nl.jqno.equalsverifier:equalsverifier:3.17.5"
equalsVerifier = "nl.jqno.equalsverifier:equalsverifier:3.19"
escapers = "org.cthing:escapers:2.0.0"
filevisitor = "org.cthing:filevisitor:2.0.0"
freemarker = "org.freemarker:freemarker:2.3.33"
freemarker = "org.freemarker:freemarker:2.3.34"
jacksonCore = { module = "com.fasterxml.jackson.core:jackson-core", version.ref = "jackson" }
jacksonDatabind = { module = "com.fasterxml.jackson.core:jackson-databind", version.ref = "jackson" }
jspecify = "org.jspecify:jspecify:1.0.0"
Expand All @@ -29,5 +29,5 @@ junitEngine = { module = "org.junit.jupiter:junit-jupiter-engine", version.ref =
junitParams = { module = "org.junit.jupiter:junit-jupiter-params", version.ref = "junit" }
junitCommons = { module = "org.junit.platform:junit-platform-commons", version.ref = "junitPlatform" }
junitLauncher = { module = "org.junit.platform:junit-platform-launcher", version.ref = "junitPlatform" }
mockito = "org.mockito:mockito-core:5.14.2"
spotbugsContrib = "com.mebigfatguy.sb-contrib:sb-contrib:7.6.8"
mockito = "org.mockito:mockito-core:5.15.2"
spotbugsContrib = "com.mebigfatguy.sb-contrib:sb-contrib:7.6.9"
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit d76681f

Please sign in to comment.