There was an error while loading. Please reload this page.
1 parent 4ebd661 commit fa15b7eCopy full SHA for fa15b7e
2 files changed
gradle/libs.versions.toml
@@ -13,10 +13,10 @@ spring = "7.0.9"
13
springBoot = "4.1.1"
14
vanniktechPublish = "0.37.0"
15
wiremock = "3.13.2"
16
-slf4j = "2.0.18"
+slf4j = "2.0.19"
17
logback = "1.6.3"
18
assertj = "3.27.7"
19
-h2 = "2.4.240"
+h2 = "2.5.250"
20
micrometer = "1.17.1"
21
jmh = "1.37"
22
jmhGradlePlugin = "0.7.3"
okapi-integration-tests/build.gradle.kts
@@ -32,7 +32,7 @@ dependencies {
32
testImplementation(libs.kafkaClients)
33
34
// SLF4J for Testcontainers logging
35
- testRuntimeOnly("org.slf4j:slf4j-simple:2.0.18")
+ testRuntimeOnly("org.slf4j:slf4j-simple:2.0.19")
36
37
// WireMock (HTTP E2E tests)
38
testImplementation(libs.wiremock)
0 commit comments