Skip to content

Commit

Permalink
chore: dep updates
Browse files Browse the repository at this point in the history
  • Loading branch information
sureshg committed Sep 13, 2024
1 parent d16f85a commit 52ed673
Show file tree
Hide file tree
Showing 3 changed files with 668 additions and 236 deletions.
12 changes: 6 additions & 6 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ kotlin-jvmtarget = "22"
kotlin-dsl-jvmtarget = "21"
kotlin-api-version = "1.9"
kotlin-lang-version = "2.0"
gradle = "8.10"
gradle = "8.10.1"
java-vendor = "GraalVM Community"
java-jvmArguments = "--enable-preview"
java-addModules = "jdk.incubator.vector"
Expand All @@ -24,11 +24,11 @@ publish-scm-url = "https://github.com/sureshg/native-image-playgr
kotlinx-kover = "0.9.0-RC"
kotlinx-io = "0.5.3"
kotlinx-atomicfu = "0.25.0"
kotlinx-coroutines = "1.9.0-RC.2"
kotlinx-coroutines = "1.9.0"
kotlinx-datetime = "0.6.1"
kotlinx-serialization = "1.7.2"
kotlinx-collections-immutable = "0.3.7"
kotlinx-lincheck = "2.33"
kotlinx-lincheck = "2.34"
kotlinx-benchmark = "0.4.8"
kotlinx-reflect-lite = "1.1.0"
zip-prefixer = "0.3.1"
Expand All @@ -40,7 +40,7 @@ helidon = "4.1.1"
jgit = "6.10.0.202406032230-r"
jte = "3.1.12"
junit = "5.11.0"
ktor = "3.0.0-beta-2"
ktor = "3.0.0-rc-1"
kotlinRetry = "2.0.1"
koin = "3.5.6"
kotest = "5.9.1"
Expand All @@ -61,15 +61,15 @@ intellij-markdown = "0.7.3"
# Plugin versions
benmanes = "0.51.0"
foojay-resolver = "0.8.0"
gradle-develocity = "3.18"
gradle-develocity = "3.18.1"
nexus-publish = "2.0.0"
shadow = "8.1.1"
spotless = "7.0.0.BETA2"
semver-plugin = "0.7.0"
taskinfo = "2.1.0"
dependency-analysis = "2.0.1"
best-practices-plugin = "0.10"
graalvm-nativeimage = "0.10.2"
graalvm-nativeimage = "0.10.3"
beryx-jlink = "2.24.4"
beryx-runtime = "1.13.1"
beryx-jar = "2.0.0"
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.10-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-all.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
Loading

0 comments on commit 52ed673

Please sign in to comment.