Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jaguililla committed Oct 30, 2024
1 parent aa3dbc5 commit 97f4f7d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions frameworks/Kotlin/hexagon/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

plugins {
id "org.jetbrains.kotlin.jvm" version "2.0.20" apply false
id "org.jetbrains.kotlin.jvm" version "2.0.21" apply false
id "org.graalvm.buildtools.native" version "0.10.3" apply false
}

Expand All @@ -9,11 +9,11 @@ description = "TFB benchmark"
group = "com.hexagonkt"

ext {
hexagonVersion = "3.7.0"
jettyVersion = "12.0.13"
nettyVersion = "4.1.113.Final"
hexagonVersion = "3.7.2"
jettyVersion = "12.0.14"
nettyVersion = "4.1.114.Final"

hikariVersion = "5.1.0"
hikariVersion = "6.0.0"
postgresqlVersion = "42.7.4"
vertxVersion = "4.5.10"
cache2kVersion = "2.6.1.Final"
Expand All @@ -30,5 +30,5 @@ subprojects {
}

tasks.wrapper {
gradleVersion = "8.10"
gradleVersion = "8.10.2"
}
Binary file modified frameworks/Kotlin/hexagon/gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
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-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit 97f4f7d

Please sign in to comment.