Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dependencies {
testImplementation("org.mockito:mockito-core:5.8.0")

// Integration and Performance Testing
testImplementation(platform("org.testcontainers:testcontainers-bom:1.21.3"))
testImplementation(platform("org.testcontainers:testcontainers-bom:2.0.1"))
testImplementation("org.testcontainers:junit-jupiter")
testImplementation("org.testcontainers:postgresql") // For general container support
testImplementation("org.awaitility:awaitility:4.3.0")
Expand Down
Loading