Skip to content

Commit

Permalink
bump dependencies 25/09/24
Browse files Browse the repository at this point in the history
  • Loading branch information
pull-vert committed Oct 2, 2024
1 parent fcf13cd commit 6c591fc
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,6 @@ configure(listOf(tasks.release, tasks.runBuildTasks)) {
// when version changes :
// -> execute ./gradlew wrapper, then remove .gradle directory, then execute ./gradlew wrapper again
tasks.wrapper {
gradleVersion = "8.9"
gradleVersion = "8.10.2"
distributionType = Wrapper.DistributionType.ALL
}
10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ java = "21"

# plugins
# https://github.com/JetBrains/kotlin/releases
kotlin = "2.0.0"
kotlin = "2.0.20"
# https://github.com/Kotlin/dokka/releases
dokka = "1.9.20"
# https://github.com/Kotlin/kotlinx-kover/releases
Expand All @@ -22,23 +22,23 @@ jspecify = "1.0.0"

# third-parties
# https://github.com/Kotlin/kotlinx.serialization/releases
kotlinxSerialization = "1.7.1"
kotlinxSerialization = "1.7.3"

# tests
# https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-api
junit = "5.10.3"
junit = "5.11.0"
# https://mvnrepository.com/artifact/org.assertj/assertj-core
assertj = "3.26.3"
# https://mvnrepository.com/artifact/org.slf4j/slf4j-simple
slf4j = "2.0.13"
slf4j = "2.0.16"

# benchmarks
# https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind
jackson = "2.17.2"
# https://mvnrepository.com/artifact/org.openjdk.jmh/jmh-core
jmh = "1.37"
# https://github.com/square/okio/tags
okio = "3.9.0"
okio = "3.9.1"

[libraries]
kotlin-gradle-plugin = { group = "org.jetbrains.kotlin", name = "kotlin-gradle-plugin", version.ref = "kotlin" }
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
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.9-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-all.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit 6c591fc

Please sign in to comment.