Skip to content

Commit

Permalink
⬆️ : bump testcontainers.version to 1.12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
juwit committed Dec 10, 2019
1 parent 85d17e4 commit 11230aa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
<java.version>11</java.version>
<junit-jupiter.version>5.5.2</junit-jupiter.version>
<kotlin.version>1.3.61</kotlin.version>
<testcontainers.version>1.12.4</testcontainers.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -81,13 +82,13 @@
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>testcontainers</artifactId>
<version>1.12.3</version>
<version>${testcontainers.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>junit-jupiter</artifactId>
<version>1.12.3</version>
<version>${testcontainers.version}</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit 11230aa

Please sign in to comment.