Skip to content
This repository was archived by the owner on Feb 3, 2026. It is now read-only.

Commit a702425

Browse files
fix(deps): update dependency org.testcontainers:testcontainers to v2
1 parent bc45ece commit a702425

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

conversational-ai4j-demo/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies {
2525
testImplementation 'org.jsoup:jsoup:1.22.1'
2626

2727
// Testcontainers for Docker integration tests
28-
testImplementation 'org.testcontainers:testcontainers:1.21.4'
28+
testImplementation 'org.testcontainers:testcontainers:2.0.3'
2929
testImplementation 'org.testcontainers:junit-jupiter:1.21.4'
3030

3131
// Playwright for E2E testing

0 commit comments

Comments
 (0)