Skip to content

Commit 3bd1e93

Browse files
Update all dependencies
| datasource | package | from | to | | -------------- | --------------------------------------------------------------------- | ---------- | ---------- | | gradle-version | gradle | 8.6 | 8.7 | | maven | org.apache.logging.log4j:log4j-slf4j2-impl | 2.22.1 | 2.23.1 | | maven | org.apache.logging.log4j:log4j-core | 2.22.1 | 2.23.1 | | maven | org.apache.logging.log4j:log4j-api | 2.22.1 | 2.23.1 | | maven | io.gitlab.arturbosch.detekt:io.gitlab.arturbosch.detekt.gradle.plugin | 1.23.5 | 1.23.6 | | maven | io.gitlab.arturbosch.detekt:detekt-gradle-plugin | 1.23.5 | 1.23.6 | | maven | io.kotest:kotest-runner-junit5 | 5.8.0 | 5.8.1 | | maven | io.kotest:kotest-property | 5.8.0 | 5.8.1 | | maven | io.kotest:kotest-framework-engine | 5.8.0 | 5.8.1 | | maven | io.kotest:kotest-assertions-core | 5.8.0 | 5.8.1 | | maven | org.jetbrains.kotlinx.kover:org.jetbrains.kotlinx.kover.gradle.plugin | 0.7.5 | 0.7.6 | | maven | org.springframework:spring-test | 6.1.4 | 6.1.5 | | maven | org.springframework:spring-context | 6.1.4 | 6.1.5 | | maven | org.springframework:spring-core | 6.1.4 | 6.1.5 | | maven | org.postgresql:postgresql | 42.7.1 | 42.7.3 | | maven | org.jetbrains.exposed:exposed-jdbc | 0.47.0 | 0.48.0 | | maven | org.jetbrains.exposed:exposed-dao | 0.47.0 | 0.48.0 | | maven | org.jetbrains.exposed:exposed-core | 0.47.0 | 0.48.0 | | maven | org.immutables:value-annotations | 2.10.0 | 2.10.1 | | maven | org.immutables:builder | 2.10.0 | 2.10.1 | | maven | org.immutables:value | 2.10.0 | 2.10.1 | | maven | org.http4k:http4k-format-jackson | 5.13.7.0 | 5.14.4.0 | | maven | org.http4k:http4k-format-moshi | 5.13.7.0 | 5.14.4.0 | | maven | org.http4k:http4k-core | 5.13.7.0 | 5.14.4.0 | | maven | org.http4k:http4k-bom | 5.13.7.0 | 5.14.4.0 | | maven | com.google.guava:guava | 33.0.0-jre | 33.1.0-jre | | maven | com.github.spotbugs:com.github.spotbugs.gradle.plugin | 6.0.7 | 6.0.9 | | maven | com.github.spotbugs.snom:spotbugs-gradle-plugin | 6.0.7 | 6.0.9 | | maven | org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin | 1.9.22 | 1.9.23 | | maven | org.jetbrains.kotlin:kotlin-gradle-plugin | 1.9.22 | 1.9.23 |
1 parent 2d89f6e commit 3bd1e93

File tree

4 files changed

+23
-23
lines changed

4 files changed

+23
-23
lines changed

gradle/wrapper/gradle-wrapper.jar

-9 Bytes
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=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
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

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

libs.versions.toml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,28 +3,28 @@ hamcrest-core = "2.2"
33
hamcrest-date = "2.0.8"
44
java-vavr = "0.10.4"
55
kotlin-vavr = "0.10.2"
6-
kotlin = "1.9.22"
7-
spotbugs = "6.0.7"
6+
kotlin = "1.9.23"
7+
spotbugs = "6.0.9"
88
reflection-util = "2.15.0"
9-
guava = "33.0.0-jre"
9+
guava = "33.1.0-jre"
1010
apache-commons-lang3 = "3.14.0"
1111
apache-commons-collections4 = "4.4"
12-
http4k = "5.13.7.0"
12+
http4k = "5.14.4.0"
1313
moshix = "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.48.0"
16+
postgresql = "42.7.3"
1717
mockito = "3.12.4" # Using old version to be compatible with PowerMock
18-
spring = "6.1.4"
18+
spring = "6.1.5"
1919

2020
# Common dependencies
2121
junit = "5.10.2"
22-
kover = "0.7.5"
23-
kotest = "5.8.0"
22+
kover = "0.7.6"
23+
kotest = "5.8.1"
2424
assertj-core = "3.25.3"
25-
detekt = "1.23.5"
25+
detekt = "1.23.6"
2626
spotless = "6.25.0"
27-
apache-log4j = "2.22.1"
27+
apache-log4j = "2.23.1"
2828
testLogger = "4.0.0"
2929
jetbrains-annotations = "24.1.0"
3030

0 commit comments

Comments
 (0)