Skip to content

Commit

Permalink
updating testcontainers dependency to work around testcontainers/test…
Browse files Browse the repository at this point in the history
  • Loading branch information
eitsch committed Jul 8, 2021
1 parent b1d0e78 commit 565c2c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,12 @@
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>junit-jupiter</artifactId>
<version>1.15.0</version>
<version>1.15.3</version>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>postgresql</artifactId>
<version>1.15.0</version>
<version>1.15.3</version>
</dependency>
<dependency>
<groupId>org.skyscreamer</groupId>
Expand Down

0 comments on commit 565c2c0

Please sign in to comment.