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 26, 2024
1 parent f98189b commit a2fcc83
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 @@ -6,7 +6,7 @@ kotlin-jvmtarget = "22"
kotlin-dsl-jvmtarget = "21"
kotlin-api-version = "1.9"
kotlin-lang-version = "2.0"
gradle = "8.10.1"
gradle = "8.10.2"
java-vendor = "GraalVM Community"
java-jvmArguments = "--enable-preview"
java-addModules = "jdk.incubator.vector"
Expand Down Expand Up @@ -39,7 +39,7 @@ dokka = "1.9.20"
helidon = "4.1.1"
jgit = "6.10.0.202406032230-r"
jte = "3.1.12"
junit = "5.11.0"
junit = "5.11.1"
ktor = "3.0.0-rc-1"
kotlinRetry = "2.0.1"
koin = "3.5.6"
Expand Down Expand Up @@ -67,7 +67,7 @@ shadow = "8.1.1"
spotless = "7.0.0.BETA2"
semver-plugin = "0.7.0"
taskinfo = "2.1.0"
dependency-analysis = "2.0.2"
dependency-analysis = "2.1.0"
best-practices-plugin = "0.10"
graalvm-nativeimage = "0.10.3"
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.10.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-all.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit a2fcc83

Please sign in to comment.