Version updates

This commit is contained in:
Tad Fisher
2024-12-13 12:01:51 -08:00
committed by Tad Fisher
parent dff8e5bc4c
commit 7303a3b097
8 changed files with 428 additions and 405 deletions

View File

@@ -1,12 +1,12 @@
[versions]
gradle = "8.8"
gradle = "8.10.2"
junit = "5.8.2"
# Intentionally using the version embedded in Gradle to reduce dependency count
# See https://docs.gradle.org/current/userguide/compatibility.html#kotlin
kotlin = { strictly = "1.9.22" }
ktor = "2.3.11"
kotlin = { strictly = "1.9.24" }
ktor = "3.0.2"
kotest = "5.9.0"
shadow = "8.1.7"
shadow = "8.1.8"
[libraries]
clikt = "com.github.ajalt.clikt:clikt:4.4.0"
@@ -22,7 +22,7 @@ kotlin-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib", version.ref = "
kotlinx-coroutines-core = "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.1"
ktor-server-core = { module = "io.ktor:ktor-server-core", version.ref = "ktor" }
ktor-server-netty = { module = "io.ktor:ktor-server-netty", version.ref = "ktor" }
okio = "com.squareup.okio:okio:3.9.0"
okio = "com.squareup.okio:okio:3.9.1"
serialization-json = "org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.3"
slf4j-simple = "org.slf4j:slf4j-simple:1.7.36"

Binary file not shown.

View File

@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-all.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME