Skip to content

Commit 6bcabf3

Browse files
committed
Update dependencies
1 parent 6ed4a1e commit 6bcabf3

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

frameworks/Kotlin/hexagon/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
plugins {
3-
id "org.jetbrains.kotlin.jvm" version "1.9.22" apply false
3+
id "org.jetbrains.kotlin.jvm" version "1.9.23" apply false
44
id "org.graalvm.buildtools.native" version "0.10.1" apply false
55
}
66

@@ -10,12 +10,12 @@ group = "com.hexagonkt"
1010

1111
ext {
1212
hexagonVersion = "3.5.0"
13-
jettyVersion = "12.0.5"
13+
jettyVersion = "12.0.7"
1414
nettyVersion = "4.1.107.Final"
1515

1616
hikariVersion = "5.1.0"
1717
postgresqlVersion = "42.7.2"
18-
vertxVersion = "4.5.3"
18+
vertxVersion = "4.5.4"
1919
cache2kVersion = "2.6.1.Final"
2020

2121
applicationClass = "com.hexagonkt.BenchmarkKt"

frameworks/Kotlin/hexagon/gradlew.bat

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ set JAVA_EXE=java.exe
4343
%JAVA_EXE% -version >NUL 2>&1
4444
if %ERRORLEVEL% equ 0 goto execute
4545

46-
echo.
47-
echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
48-
echo.
49-
echo Please set the JAVA_HOME variable in your environment to match the
50-
echo location of your Java installation.
46+
echo. 1>&2
47+
echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. 1>&2
48+
echo. 1>&2
49+
echo Please set the JAVA_HOME variable in your environment to match the 1>&2
50+
echo location of your Java installation. 1>&2
5151

5252
goto fail
5353

@@ -57,11 +57,11 @@ set JAVA_EXE=%JAVA_HOME%/bin/java.exe
5757

5858
if exist "%JAVA_EXE%" goto execute
5959

60-
echo.
61-
echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME%
62-
echo.
63-
echo Please set the JAVA_HOME variable in your environment to match the
64-
echo location of your Java installation.
60+
echo. 1>&2
61+
echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% 1>&2
62+
echo. 1>&2
63+
echo Please set the JAVA_HOME variable in your environment to match the 1>&2
64+
echo location of your Java installation. 1>&2
6565

6666
goto fail
6767

0 commit comments

Comments
 (0)