We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c98ebd commit 12780e6Copy full SHA for 12780e6
contentgrid-appserver-contentstore-impl-s3/build.gradle
@@ -10,7 +10,7 @@ dependencies {
10
implementation 'io.minio:minio'
11
12
testImplementation testFixtures(project(':contentgrid-appserver-contentstore-impl-utils'))
13
- testImplementation "org.testcontainers:testcontainers:1.21.3"
+ testImplementation "org.testcontainers:testcontainers:2.0.1"
14
testImplementation "org.testcontainers:junit-jupiter:1.21.3"
15
16
testImplementation "org.testcontainers:minio:1.21.3"
0 commit comments