File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed
contentgrid-appserver-contentstore-impl-s3
contentgrid-appserver-integration-test
contentgrid-appserver-spring-boot-starter/src/main/resources Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff line change 1+ api.version =1.44
You can’t perform that action at this time.
0 commit comments