File tree Expand file tree Collapse file tree 4 files changed +23
-23
lines changed Expand file tree Collapse file tree 4 files changed +23
-23
lines changed Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.6 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.7 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -43,11 +43,11 @@ set JAVA_EXE=java.exe
4343%JAVA_EXE% -version > NUL 2 >& 1
4444if %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
5252goto fail
5353
@@ -57,11 +57,11 @@ set JAVA_EXE=%JAVA_HOME%/bin/java.exe
5757
5858if 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
6666goto fail
6767
Original file line number Diff line number Diff line change @@ -3,28 +3,28 @@ hamcrest-core = "2.2"
33hamcrest-date = " 2.0.8"
44java-vavr = " 0.10.4"
55kotlin-vavr = " 0.10.2"
6- kotlin = " 1.9.22 "
7- spotbugs = " 6.0.7 "
6+ kotlin = " 1.9.23 "
7+ spotbugs = " 6.0.12 "
88reflection-util = " 2.15.0"
9- guava = " 33.0 .0-jre"
9+ guava = " 33.1 .0-jre"
1010apache-commons-lang3 = " 3.14.0"
1111apache-commons-collections4 = " 4.4"
12- http4k = " 5.13.7 .0"
12+ http4k = " 5.16.1 .0"
1313moshix = " 1.7.20-Beta-0.18.3"
14- immutables = " 2.10.0 "
15- exposed = " 0.47 .0"
16- postgresql = " 42.7.1 "
14+ immutables = " 2.10.1 "
15+ exposed = " 0.49 .0"
16+ postgresql = " 42.7.3 "
1717mockito = " 3.12.4" # Using old version to be compatible with PowerMock
18- spring = " 6.1.4 "
18+ spring = " 6.1.6 "
1919
2020# Common dependencies
2121junit = " 5.10.2"
22- kover = " 0.7.5 "
23- kotest = " 5.8.0 "
22+ kover = " 0.7.6 "
23+ kotest = " 5.8.1 "
2424assertj-core = " 3.25.3"
25- detekt = " 1.23.5 "
25+ detekt = " 1.23.6 "
2626spotless = " 6.25.0"
27- apache-log4j = " 2.22 .1"
27+ apache-log4j = " 2.23 .1"
2828testLogger = " 4.0.0"
2929jetbrains-annotations = " 24.1.0"
3030
You can’t perform that action at this time.
0 commit comments