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 Dec 6, 2024
1 parent db95ab6 commit f4f5c7b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
[versions]
java = "17"
checkstyle = "10.18.2"
checkstyle = "10.20.2"
jacoco = "0.8.12"
junit = "5.11.2"
junit = "5.11.3"
spotbugs = "4.8.6"

[plugins]
cthingVersioning = { id = "org.cthing.cthing-versioning", version = "3.0.0" }
dependencyAnalysis = { id = "com.autonomousapps.dependency-analysis", version = "2.3.0" }
dependencyAnalysis = { id = "com.autonomousapps.dependency-analysis", version = "2.6.0" }
pluginPublish = { id = "com.gradle.plugin-publish", version = "1.3.0" }
spotbugs = { id = "com.github.spotbugs", version = "6.0.25" }
spotbugs = { id = "com.github.spotbugs", version = "6.0.26" }
versions = { id = "com.github.ben-manes.versions", version = "0.51.0" }

[libraries]
assertJ = "org.assertj:assertj-core:3.26.3"
commonsIO = "commons-io:commons-io:2.17.0"
commonsIO = "commons-io:commons-io:2.18.0"
commonsLang = "org.apache.commons:commons-lang3:3.17.0"
cthingAnnots = "org.cthing:cthing-annotations:2.0.0"
flyway = "org.flywaydb:flyway-core:10.20.0"
flyway = "org.flywaydb:flyway-core:11.0.1"
h2 = "com.h2database:h2:2.3.232"
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.2"
junitLauncher = "org.junit.platform:junit-platform-launcher:1.11.3"
junitParams = { module = "org.junit.jupiter:junit-jupiter-params", version.ref = "junit" }
spotbugsContrib = "com.mebigfatguy.sb-contrib:sb-contrib:7.6.5"
spotbugsContrib = "com.mebigfatguy.sb-contrib:sb-contrib:7.6.8"
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.10.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
4 changes: 2 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
rootProject.name = "gradle-h2-schema-constants"

plugins {
id("org.gradle.toolchains.foojay-resolver-convention") version ("0.8.0")
id("com.gradle.develocity") version("3.17.2")
id("org.gradle.toolchains.foojay-resolver-convention") version ("0.9.0")
id("com.gradle.develocity") version("3.18.2")
}

develocity {
Expand Down

0 comments on commit f4f5c7b

Please sign in to comment.