Skip to content

Commit

Permalink
Update testcontainers due to known bug
Browse files Browse the repository at this point in the history
Co-authored-by: Griffin Hadfield <[email protected]>
  • Loading branch information
KyleAure and Griffin Hadfield committed Jun 22, 2023
1 parent 63e7381 commit 3c75739
Show file tree
Hide file tree
Showing 15 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion modules/liberty/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies {
implementation project(':microshed-testing-core')
implementation project(':microshed-testing-testcontainers')
implementation 'org.junit.jupiter:junit-jupiter:5.7.0'
implementation 'org.testcontainers:testcontainers:1.15.0'
implementation 'org.testcontainers:testcontainers:1.15.1'
}

apply from: publishScript
Expand Down
2 changes: 1 addition & 1 deletion modules/payara-micro/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies {
implementation project(':microshed-testing-core')
implementation project(':microshed-testing-testcontainers')
implementation 'org.junit.jupiter:junit-jupiter:5.7.0'
implementation 'org.testcontainers:testcontainers:1.15.0'
implementation 'org.testcontainers:testcontainers:1.15.1'
}

apply from: publishScript
Expand Down
2 changes: 1 addition & 1 deletion modules/payara-server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies {
implementation project(':microshed-testing-core')
implementation project(':microshed-testing-testcontainers')
implementation 'org.junit.jupiter:junit-jupiter:5.7.0'
implementation 'org.testcontainers:testcontainers:1.15.0'
implementation 'org.testcontainers:testcontainers:1.15.1'
}

apply from: publishScript
Expand Down
2 changes: 1 addition & 1 deletion modules/quarkus/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies {
implementation project(':microshed-testing-core')
implementation project(':microshed-testing-testcontainers')
implementation 'org.junit.jupiter:junit-jupiter:5.7.0'
implementation 'org.testcontainers:testcontainers:1.15.0'
implementation 'org.testcontainers:testcontainers:1.15.1'
compileOnly 'io.quarkus:quarkus-junit5:1.8.3.Final'
}

Expand Down
8 changes: 4 additions & 4 deletions modules/testcontainers/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@ sourceSets {

dependencies {
implementation project(':microshed-testing-core')
implementation 'org.testcontainers:junit-jupiter:1.15.0'
implementation 'org.testcontainers:junit-jupiter:1.15.1'
testImplementation 'org.eclipse.microprofile.rest.client:microprofile-rest-client-api:1.4.1'
testImplementation 'org.slf4j:slf4j-log4j12:1.7.30'
testImplementation 'org.testcontainers:mockserver:1.15.0'
testImplementation 'org.testcontainers:mockserver:1.15.1'
testImplementation 'org.junit.jupiter:junit-jupiter:5.7.0'

integrationTestImplementation project(':microshed-testing-core')
integrationTestImplementation project(':microshed-testing-testcontainers')
integrationTestImplementation 'org.testcontainers:junit-jupiter:1.15.0'
integrationTestImplementation 'org.testcontainers:junit-jupiter:1.15.1'
integrationTestImplementation 'org.eclipse.microprofile.rest.client:microprofile-rest-client-api:1.4.1'
integrationTestImplementation 'org.slf4j:slf4j-log4j12:1.7.30'
integrationTestImplementation 'org.junit.jupiter:junit-jupiter:5.7.0'
integrationTestImplementation 'org.testcontainers:mockserver:1.15.0'
integrationTestImplementation 'org.testcontainers:mockserver:1.15.1'
}

test {
Expand Down
2 changes: 1 addition & 1 deletion modules/wildfly/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies {
implementation project(':microshed-testing-core')
implementation project(':microshed-testing-testcontainers')
implementation 'org.junit.jupiter:junit-jupiter:5.7.0'
implementation 'org.testcontainers:testcontainers:1.15.0'
implementation 'org.testcontainers:testcontainers:1.15.1'
}

apply from: publishScript
Expand Down
2 changes: 1 addition & 1 deletion sample-apps/everything-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies {
implementation group: 'org.mongodb', name: 'mongo-java-driver', version: '3.11.2'
testImplementation project(':microshed-testing-core')
testImplementation project(':microshed-testing-testcontainers')
testImplementation 'org.testcontainers:junit-jupiter:1.15.0'
testImplementation 'org.testcontainers:junit-jupiter:1.15.1'
testImplementation group: 'org.slf4j', name: 'slf4j-log4j12', version: '1.7.29'
testImplementation 'org.testcontainers:mockserver:1.15.0'
testImplementation 'org.mock-server:mockserver-client-java:5.5.4'
Expand Down
2 changes: 1 addition & 1 deletion sample-apps/jaxrs-basicauth/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies {
providedCompile 'org.eclipse.microprofile:microprofile:2.1'
testImplementation project(':microshed-testing-core')
testImplementation project(':microshed-testing-testcontainers')
testImplementation 'org.testcontainers:junit-jupiter:1.15.0'
testImplementation 'org.testcontainers:junit-jupiter:1.15.1'
testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.15.0'
testImplementation group: 'org.slf4j', name: 'slf4j-log4j12', version: '1.7.29'
testImplementation 'org.junit.jupiter:junit-jupiter:5.6.0'
Expand Down
2 changes: 1 addition & 1 deletion sample-apps/jaxrs-json/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies {
providedCompile 'org.eclipse.microprofile:microprofile:2.1'
testImplementation project(':microshed-testing-core')
testImplementation project(':microshed-testing-testcontainers')
testImplementation 'org.testcontainers:junit-jupiter:1.15.0'
testImplementation 'org.testcontainers:junit-jupiter:1.15.1'
testImplementation group: 'org.slf4j', name: 'slf4j-log4j12', version: '1.7.29'
testImplementation 'org.junit.jupiter:junit-jupiter:5.6.0'
}
Expand Down
2 changes: 1 addition & 1 deletion sample-apps/jaxrs-mpjwt/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies {
providedCompile 'org.eclipse.microprofile:microprofile:2.1'
testImplementation project(':microshed-testing-core')
testImplementation project(':microshed-testing-testcontainers')
testImplementation 'org.testcontainers:junit-jupiter:1.15.0'
testImplementation 'org.testcontainers:junit-jupiter:1.15.1'
testImplementation group: 'org.slf4j', name: 'slf4j-log4j12', version: '1.7.29'
testImplementation 'org.junit.jupiter:junit-jupiter:5.6.0'
}
Expand Down
4 changes: 2 additions & 2 deletions sample-apps/jdbc-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ configurations {
dependencies {
providedCompile 'javax:javaee-api:8.0.1'
providedCompile 'org.eclipse.microprofile:microprofile:2.1'
testImplementation 'org.testcontainers:postgresql:1.15.0'
testImplementation 'org.testcontainers:postgresql:1.15.1'
testImplementation group: 'org.slf4j', name: 'slf4j-log4j12', version: '1.7.29'
testImplementation project(':microshed-testing-core')
testImplementation project(':microshed-testing-testcontainers')
testImplementation 'org.testcontainers:junit-jupiter:1.15.0'
testImplementation 'org.testcontainers:junit-jupiter:1.15.1'
testImplementation 'org.junit.jupiter:junit-jupiter:5.6.0'
postgres 'org.postgresql:postgresql:42.2.8'
}
Expand Down
4 changes: 2 additions & 2 deletions sample-apps/kafka-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ dependencies {
implementation 'org.apache.kafka:kafka-clients:2.4.0'
testImplementation project(':microshed-testing-core')
testImplementation project(':microshed-testing-testcontainers')
testImplementation 'org.testcontainers:junit-jupiter:1.15.0'
testImplementation 'org.testcontainers:junit-jupiter:1.15.1'
testImplementation 'org.awaitility:awaitility:4.0.2'
testImplementation 'org.testcontainers:kafka:1.15.0'
testImplementation 'org.testcontainers:kafka:1.15.1'
testImplementation 'org.slf4j:slf4j-log4j12:1.7.29'
testImplementation 'org.junit.jupiter:junit-jupiter:5.6.0'
}
Expand Down
2 changes: 1 addition & 1 deletion sample-apps/liberty-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies {
providedCompile 'org.eclipse.microprofile:microprofile:3.0'
testImplementation project(':microshed-testing-core')
testImplementation project(':microshed-testing-testcontainers')
testImplementation 'org.testcontainers:junit-jupiter:1.15.0'
testImplementation 'org.testcontainers:junit-jupiter:1.15.1'
testImplementation group: 'org.slf4j', name: 'slf4j-log4j12', version: '1.7.29'
testImplementation 'org.junit.jupiter:junit-jupiter:5.6.0'
}
Expand Down
2 changes: 1 addition & 1 deletion sample-apps/payara-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies {
testImplementation project(':microshed-testing-core')
testImplementation project(':microshed-testing-payara-server')
testImplementation project(':microshed-testing-testcontainers')
testImplementation 'org.testcontainers:junit-jupiter:1.15.0'
testImplementation 'org.testcontainers:junit-jupiter:1.15.1'
testImplementation group: 'org.slf4j', name: 'slf4j-log4j12', version: '1.7.29'
testImplementation 'org.junit.jupiter:junit-jupiter:5.6.0'
}
Expand Down
2 changes: 1 addition & 1 deletion sample-apps/wildfly-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies {
testImplementation project(':microshed-testing-core')
testImplementation project(':microshed-testing-wildfly')
testImplementation project(':microshed-testing-testcontainers')
testImplementation 'org.testcontainers:junit-jupiter:1.15.0'
testImplementation 'org.testcontainers:junit-jupiter:1.15.1'
testImplementation group: 'org.slf4j', name: 'slf4j-log4j12', version: '1.7.29'
testImplementation 'org.junit.jupiter:junit-jupiter:5.6.0'
}
Expand Down

0 comments on commit 3c75739

Please sign in to comment.