File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[versions ]
22kotlin = " 2.3.20"
3- kotest = " 6.1.9 "
3+ kotest = " 6.1.10 "
44ktlint = " 12.1.2"
5- exposed = " 1.1.1 "
5+ exposed = " 1.2.0 "
66jackson = " 2.21.2"
77liquibase = " 5.0.2"
88testcontainers = " 1.21.4"
@@ -13,7 +13,7 @@ spring = "7.0.6"
1313springBoot = " 4.0.5"
1414wiremock = " 3.13.2"
1515slf4j = " 2.0.17"
16- assertj = " 3.27.3 "
16+ assertj = " 3.27.7 "
1717
1818[libraries ]
1919kotlinGradlePlugin = { module = " org.jetbrains.kotlin:kotlin-gradle-plugin" , version.ref = " kotlin" }
Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments