Skip to content

Commit

Permalink
dependencies updated to the most recent versions
Browse files Browse the repository at this point in the history
  • Loading branch information
morisil committed Dec 1, 2024
1 parent 3a40a37 commit ccdba2b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
kotlinTarget = "2.0"
javaTarget = "17"

kotlin = "2.0.21"
kotlin = "2.1.0"
kotlinxCoroutines = "1.9.0"
kotlinxDatetime = "0.6.1"
ktor = "3.0.1"
kotest = "6.0.0.M1"

# logging is not used at the moment, might be enabled later
log4j = "2.24.1"
jackson = "2.18.1"
log4j = "2.24.2"
jackson = "2.18.2"

versionsPlugin = "0.51.0"
dokkaPlugin = "1.9.20"
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.11-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit ccdba2b

Please sign in to comment.