fix(deps): update dependency org.testcontainers:testcontainers-bom to v2

This commit is contained in:
renovate[bot] 2025-10-20 00:34:34 +00:00 committed by GitHub
parent 369438e396
commit 62816822e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ testing {
implementation(project())
implementation(enforcedPlatform("org.junit:junit-bom:5.14.0"))
implementation(enforcedPlatform("org.testcontainers:testcontainers-bom:1.21.3"))
implementation(enforcedPlatform("org.testcontainers:testcontainers-bom:2.0.1"))
implementation(enforcedPlatform("com.google.guava:guava-bom:33.5.0-jre"))
implementation(enforcedPlatform("com.linecorp.armeria:armeria-bom:1.33.4"))