Skip to content

Commit

Permalink
Merge pull request #16566 from quarkusio/dependabot/maven/org.testcon…
Browse files Browse the repository at this point in the history
…tainers-testcontainers-bom-1.15.3

Bump testcontainers-bom from 1.15.2 to 1.15.3
  • Loading branch information
gsmet authored Apr 21, 2021
2 parents 86af58d + c11576d commit 00a9b6e
Show file tree
Hide file tree
Showing 9 changed files with 37 additions and 44 deletions.
2 changes: 1 addition & 1 deletion bom/application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@
<log4j-jboss-logmanager.version>1.2.0.Final</log4j-jboss-logmanager.version>
<avro.version>1.10.2</avro.version>
<jacoco.version>0.8.6</jacoco.version>
<testcontainers.version>1.15.2</testcontainers.version>
<testcontainers.version>1.15.3</testcontainers.version>
<aesh-readline.version>2.1</aesh-readline.version>
</properties>

Expand Down
12 changes: 11 additions & 1 deletion bom/test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<description>Dependency management for integration tests. Importable by third party extension developers.</description>

<properties>
<testcontainers.version>1.15.2</testcontainers.version>
<testcontainers.version>1.15.3</testcontainers.version>
<strimzi-test-container.version>0.22.1</strimzi-test-container.version>
</properties>

Expand All @@ -35,6 +35,16 @@
<artifactId>strimzi-test-container</artifactId>
<version>${strimzi-test-container.version}</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
</exclusion>
<exclusion>
<groupId>com.github.docker-java</groupId>
<artifactId>docker-java-api</artifactId>
</exclusion>
</exclusions>
</dependency>

</dependencies>
Expand Down
6 changes: 0 additions & 6 deletions integration-tests/kafka-avro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -126,12 +126,6 @@
<groupId>io.strimzi</groupId>
<artifactId>strimzi-test-container</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
Expand Down
11 changes: 5 additions & 6 deletions integration-tests/kafka-sasl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,11 @@
<groupId>io.strimzi</groupId>
<artifactId>strimzi-test-container</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>testcontainers</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.awaitility</groupId>
Expand Down
11 changes: 5 additions & 6 deletions integration-tests/kafka-snappy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,11 @@
<groupId>io.strimzi</groupId>
<artifactId>strimzi-test-container</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>testcontainers</artifactId>
<scope>test</scope>
</dependency>

<!-- Minimal test dependencies to *-deployment artifacts for consistent build order -->
Expand Down
11 changes: 5 additions & 6 deletions integration-tests/kafka-ssl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,11 @@
<groupId>io.strimzi</groupId>
<artifactId>strimzi-test-container</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>testcontainers</artifactId>
<scope>test</scope>
</dependency>

<!-- Minimal test dependencies to *-deployment artifacts for consistent build order -->
Expand Down
11 changes: 5 additions & 6 deletions integration-tests/kafka-streams/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,11 @@
<groupId>io.strimzi</groupId>
<artifactId>strimzi-test-container</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>testcontainers</artifactId>
<scope>test</scope>
</dependency>

<!-- Minimal test dependencies to *-deployment artifacts for consistent build order -->
Expand Down
11 changes: 5 additions & 6 deletions integration-tests/kafka/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,11 @@
<groupId>io.strimzi</groupId>
<artifactId>strimzi-test-container</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>testcontainers</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.awaitility</groupId>
Expand Down
6 changes: 0 additions & 6 deletions integration-tests/reactive-messaging-kafka/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,6 @@
<groupId>io.strimzi</groupId>
<artifactId>strimzi-test-container</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
Expand Down

0 comments on commit 00a9b6e

Please sign in to comment.