Skip to content

Commit 74034b2

Browse files
Bump the production group with 9 updates (#15)
1 parent c5d7ecc commit 74034b2

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[versions]
22
kotlin = "2.3.20"
3-
kotest = "6.1.9"
3+
kotest = "6.1.10"
44
ktlint = "12.1.2"
5-
exposed = "1.1.1"
5+
exposed = "1.2.0"
66
jackson = "2.21.2"
77
liquibase = "5.0.2"
88
testcontainers = "1.21.4"
@@ -13,7 +13,7 @@ spring = "7.0.6"
1313
springBoot = "4.0.5"
1414
wiremock = "3.13.2"
1515
slf4j = "2.0.17"
16-
assertj = "3.27.3"
16+
assertj = "3.27.7"
1717

1818
[libraries]
1919
kotlinGradlePlugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }

okapi-integration-tests/build.gradle.kts

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

3939
// SLF4J for Testcontainers logging
40-
testRuntimeOnly("org.slf4j:slf4j-simple:2.0.13")
40+
testRuntimeOnly("org.slf4j:slf4j-simple:2.0.17")
4141

4242
// WireMock (HTTP E2E tests)
4343
testImplementation(libs.wiremock)

0 commit comments

Comments
 (0)