-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependencies for jetbrains subproject (#636)
* Update Gradle to 8.9 * Change dependency declarations to version catalog * Update Kotlin to 2.0.10 * Update everit-json-schema to 1.14.4 * Update kotlinpoet to 1.18.1 * Update jackson to 2.17.2 * Update assertJ to 2.26.3 * Update gradle-nexus.publish-plugin to 2.0.0
- Loading branch information
Showing
10 changed files
with
298 additions
and
210 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
[versions] | ||
assertJ = "3.26.3" | ||
jackson = "2.17.2" | ||
# deprecated; should move to json-skema | ||
jsonSchema = "1.14.4" | ||
junit4 = "4.13.2" | ||
kotlin = "2.0.10" | ||
kotlin-poet = "1.18.1" | ||
nexus = "2.0.0" | ||
|
||
[libraries] | ||
assertj = { module = "org.assertj:assertj-core", version.ref = "assertJ" } | ||
kotlin-poet = { module = "com.squareup:kotlinpoet", version.ref = "kotlin-poet" } | ||
jackson-module-kotlin = { module = "com.fasterxml.jackson.module:jackson-module-kotlin", version.ref = "jackson" } | ||
json-schema = { module = "com.github.erosb:everit-json-schema", version.ref = "jsonSchema" } | ||
junit4 = { module = "junit:junit", version.ref = "junit4" } | ||
|
||
[plugins] | ||
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" } | ||
nexus-publishing = { id = "io.github.gradle-nexus.publish-plugin", version.ref = "nexus" } |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0-bin.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip | ||
networkTimeout=10000 | ||
validateDistributionUrl=true | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists |
Oops, something went wrong.