Skip to content

Commit dbdd4d2

Browse files
committed
update testcontainers to hopefully fix CI issue
1 parent 379f0d6 commit dbdd4d2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

build-all.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ if [[ "$MODULE" == "module5" ]]
8686
then
8787
# ADD NEW MODULES HERE
8888
# (add new modules above the rest so you get quicker feedback if it fails)
89+
build_gradle_module "spring-boot/hazelcast/hazelcast-embedded-cache"
90+
build_gradle_module "spring-boot/hazelcast/hazelcast-client-server"
8991
build_maven_module "core-java/heapdump"
9092
build_gradle_module "aws/s3"
9193
build_maven_module "graphql"
@@ -104,8 +106,6 @@ then
104106
build_gradle_module "spring-boot/bean-lifecycle"
105107
build_gradle_module "spring-boot/request-response/client"
106108
build_gradle_module "spring-boot/request-response/server"
107-
build_gradle_module "spring-boot/hazelcast/hazelcast-embedded-cache"
108-
build_gradle_module "spring-boot/hazelcast/hazelcast-client-server"
109109

110110
echo ""
111111
echo "+++"

spring-boot/hazelcast/hazelcast-client-server/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ dependencies {
2626
testImplementation('org.springframework.boot:spring-boot-starter-test') {
2727
exclude group: 'org.junit.vintage', module: 'junit-vintage-engine'
2828
}
29-
testCompile "org.testcontainers:testcontainers:1.12.5"
30-
testCompile "org.testcontainers:junit-jupiter:1.12.5"
29+
testCompile "org.testcontainers:testcontainers:1.15.2"
30+
testCompile "org.testcontainers:junit-jupiter:1.15.2"
3131
}
3232

3333
test {

spring-boot/request-response/client/gradlew

100644100755
File mode changed.

0 commit comments

Comments
 (0)