Skip to content

Commit 4f6b9ab

Browse files
committed
chore: gradle update
1 parent e6cc3dd commit 4f6b9ab

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

gradle/libs.versions.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ kotlin-jvmtarget = "21"
66
kotlin-dsl-jvmtarget = "21"
77
kotlin-api-version = "1.9"
88
kotlin-lang-version = "2.0"
9-
gradle = "8.5-rc-4"
9+
gradle = "8.5"
1010
java-vendor = "GraalVM Community"
1111
java-jvmArguments = "--enable-preview"
1212
java-addModules = "jdk.incubator.vector"
@@ -21,7 +21,7 @@ publish-org-url = "https://suresh.dev"
2121
publish-scm-url = "https://github.com/sureshg/native-image-playground"
2222

2323
# Gradle Dependencies Versions
24-
kotlinx-kover = "0.7.4"
24+
kotlinx-kover = "0.7.5"
2525
kotlinx-io = "0.2.1"
2626
kotlinx-atomicfu = "0.23.1"
2727
kotlinx-coroutines = "1.7.3"
@@ -36,7 +36,7 @@ ajalt-clikt = "4.2.1"
3636
ajalt-mordant = "2.2.0"
3737
ajalt-colormath = "3.3.3"
3838
dokka = "1.9.10"
39-
helidon = "4.0.0"
39+
helidon = "4.0.1"
4040
jgit = "6.6.0.202305301015-r"
4141
jte = "3.1.5"
4242
junit = "5.10.1"
@@ -64,7 +64,7 @@ foojay-resolver = "0.7.0"
6464
gradle-enterprise = "3.15.1"
6565
nexus-publish = "2.0.0-rc-1"
6666
shadow = "8.1.1"
67-
spotless = "6.23.0"
67+
spotless = "6.23.1"
6868
semver-plugin = "0.5.0-rc.5"
6969
taskinfo = "2.1.0"
7070
dependency-analysis = "1.26.0"

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-rc-4-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-all.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)