Skip to content

Commit b636a9f

Browse files
committed
ACC-2533 make contentgrid-appserver compatible with docker 29
1 parent 42731f8 commit b636a9f

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

contentgrid-appserver-contentstore-impl-s3/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ dependencies {
1010
implementation 'io.minio:minio'
1111

1212
testImplementation testFixtures(project(':contentgrid-appserver-contentstore-impl-utils'))
13-
testImplementation "org.testcontainers:testcontainers:1.21.3"
14-
testImplementation "org.testcontainers:junit-jupiter:1.21.3"
13+
testImplementation "org.springframework.boot:spring-boot-testcontainers"
14+
testImplementation "org.testcontainers:junit-jupiter"
1515

16-
testImplementation "org.testcontainers:minio:1.21.3"
17-
testImplementation "org.testcontainers:localstack:1.21.3"
16+
testImplementation "org.testcontainers:minio"
17+
testImplementation "org.testcontainers:localstack"
1818
}
1919

contentgrid-appserver-integration-test/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies {
2828
testImplementation 'org.springframework:spring-tx'
2929
testImplementation 'org.springframework:spring-webflux'
3030
testImplementation 'org.hamcrest:hamcrest'
31-
testImplementation 'org.testcontainers:junit-jupiter:1.21.3'
32-
testImplementation 'org.testcontainers:minio:1.21.3'
31+
testImplementation 'org.testcontainers:junit-jupiter'
32+
testImplementation 'org.testcontainers:minio'
3333
testImplementation 'io.minio:minio'
3434
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
api.version=1.44

0 commit comments

Comments
 (0)