Browse Source

Update dependencies

jaguililla 1 year ago
parent
commit
6bcabf3f8f
2 changed files with 13 additions and 13 deletions
  1. 3 3
      frameworks/Kotlin/hexagon/build.gradle
  2. 10 10
      frameworks/Kotlin/hexagon/gradlew.bat

+ 3 - 3
frameworks/Kotlin/hexagon/build.gradle

@@ -1,6 +1,6 @@
 
 plugins {
-    id "org.jetbrains.kotlin.jvm" version "1.9.22" apply false
+    id "org.jetbrains.kotlin.jvm" version "1.9.23" apply false
     id "org.graalvm.buildtools.native" version "0.10.1" apply false
 }
 
@@ -10,12 +10,12 @@ group = "com.hexagonkt"
 
 ext {
     hexagonVersion = "3.5.0"
-    jettyVersion = "12.0.5"
+    jettyVersion = "12.0.7"
     nettyVersion = "4.1.107.Final"
 
     hikariVersion = "5.1.0"
     postgresqlVersion = "42.7.2"
-    vertxVersion = "4.5.3"
+    vertxVersion = "4.5.4"
     cache2kVersion = "2.6.1.Final"
 
     applicationClass = "com.hexagonkt.BenchmarkKt"

+ 10 - 10
frameworks/Kotlin/hexagon/gradlew.bat

@@ -43,11 +43,11 @@ set JAVA_EXE=java.exe
 %JAVA_EXE% -version >NUL 2>&1
 if %ERRORLEVEL% equ 0 goto execute
 
-echo.
-echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
-echo.
-echo Please set the JAVA_HOME variable in your environment to match the
-echo location of your Java installation.
+echo. 1>&2
+echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. 1>&2
+echo. 1>&2
+echo Please set the JAVA_HOME variable in your environment to match the 1>&2
+echo location of your Java installation. 1>&2
 
 goto fail
 
@@ -57,11 +57,11 @@ set JAVA_EXE=%JAVA_HOME%/bin/java.exe
 
 if exist "%JAVA_EXE%" goto execute
 
-echo.
-echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
-echo.
-echo Please set the JAVA_HOME variable in your environment to match the
-echo location of your Java installation.
+echo. 1>&2
+echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% 1>&2
+echo. 1>&2
+echo Please set the JAVA_HOME variable in your environment to match the 1>&2
+echo location of your Java installation. 1>&2
 
 goto fail