Skip to content

Commit fa15b7e

Browse files
chore(deps): bump the production group with 3 updates (#110)
1 parent 4ebd661 commit fa15b7e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ spring = "7.0.9"
1313
springBoot = "4.1.1"
1414
vanniktechPublish = "0.37.0"
1515
wiremock = "3.13.2"
16-
slf4j = "2.0.18"
16+
slf4j = "2.0.19"
1717
logback = "1.6.3"
1818
assertj = "3.27.7"
19-
h2 = "2.4.240"
19+
h2 = "2.5.250"
2020
micrometer = "1.17.1"
2121
jmh = "1.37"
2222
jmhGradlePlugin = "0.7.3"

okapi-integration-tests/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies {
3232
testImplementation(libs.kafkaClients)
3333

3434
// SLF4J for Testcontainers logging
35-
testRuntimeOnly("org.slf4j:slf4j-simple:2.0.18")
35+
testRuntimeOnly("org.slf4j:slf4j-simple:2.0.19")
3636

3737
// WireMock (HTTP E2E tests)
3838
testImplementation(libs.wiremock)

0 commit comments

Comments
 (0)