Skip to content

Commit

Permalink
chore: dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
sureshg committed Oct 9, 2023
1 parent 6d8936a commit 354057d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ kotlin-jvmtarget = "21"
kotlin-dsl-jvmtarget = "17"
kotlin-api-version = "1.9"
kotlin-lang-version = "2.0"
gradle = "8.4-rc-3"
gradle = "8.4"
java-vendor = "GraalVM Community"
java-jvmArguments = "--enable-preview"
java-addModules = "jdk.incubator.vector"
Expand All @@ -32,15 +32,15 @@ kotlinx-lincheck = "2.23"
kotlinx-benchmark = "0.4.8"
kotlinx-reflect-lite = "1.0.0"
zip-prefixer = "0.3.1"
ajalt-clikt = "4.2.0"
ajalt-mordant = "2.1.0"
ajalt-clikt = "4.2.1"
ajalt-mordant = "2.2.0"
ajalt-colormath = "3.3.2"
dokka = "1.9.0"
helidon = "4.0.0-RC1"
jgit = "6.6.0.202305301015-r"
jte = "3.1.0"
jte = "3.1.2"
junit = "5.10.0"
ktor = "2.3.4"
ktor = "2.3.5"
kotlinRetry = "1.0.9"
koin = "3.4.3"
kotest = "5.7.2"
Expand All @@ -59,15 +59,15 @@ benasher44-uuid = "0.7.1"
intellij-markdown = "0.4.1"

# Plugin versions
benmanes = "0.48.0"
benmanes = "0.49.0"
foojay-resolver = "0.7.0"
gradle-enterprise = "3.15"
gradle-enterprise = "3.15.1"
nexus-publish = "2.0.0-rc-1"
shadow = "8.1.1"
spotless = "6.22.0"
semver-plugin = "0.5.0-rc.5"
taskinfo = "2.1.0"
dependency-analysis = "1.24.0"
dependency-analysis = "1.25.0"
best-practices-plugin = "0.10"
graalvm-nativeimage = "0.9.27"
beryx-jlink = "2.24.4"
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.4-rc-3-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-all.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit 354057d

Please sign in to comment.