Skip to content

Commit

Permalink
bump dependencies 06/02/25
Browse files Browse the repository at this point in the history
  • Loading branch information
pull-vert committed Feb 9, 2025
1 parent b7bceee commit 6a57b0a
Show file tree
Hide file tree
Showing 3 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 @@ -90,6 +90,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.12"
gradleVersion = "8.12.1"
distributionType = Wrapper.DistributionType.ALL
}
10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
[versions]
# plugins
# https://github.com/JetBrains/kotlin/releases
kotlin = "2.1.0"
kotlin = "2.1.10"
# https://github.com/Kotlin/dokka/releases
dokka = "2.0.0"
# https://github.com/Kotlin/kotlinx-kover/releases
kover = "0.9.1"
# https://github.com/melix/mrjar-gradle-plugin/releases
mrjar = "0.1.1"
# https://github.com/melix/jmh-gradle-plugin/releases (for benchmarks)
jmhPlugin = "0.7.2"
# https://github.com/melix/jmh-gradle-plugin/tags (for benchmarks)
jmhPlugin = "0.7.3"
# https://github.com/GradleUp/shadow/releases (for benchmarks)
shadow = "8.3.5"
shadow = "8.3.6"
# https://github.com/researchgate/gradle-release/releases
release = "3.1.0"

Expand All @@ -29,7 +29,7 @@ conscrypt = "2.5.2"
# https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-api
junit = "5.11.4"
# https://mvnrepository.com/artifact/org.assertj/assertj-core
assertj = "3.27.2"
assertj = "3.27.3"
# https://mvnrepository.com/artifact/org.hamcrest/hamcrest
hamcrest = "3.0"
# https://mvnrepository.com/artifact/software.amazon.cryptools/AmazonCorrettoCryptoProvider
Expand Down
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.12-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12.1-all.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit 6a57b0a

Please sign in to comment.