Skip to content

Commit

Permalink
Update Testcontainers
Browse files Browse the repository at this point in the history
  • Loading branch information
sualeh committed Jun 13, 2024
1 parent fa3da69 commit 2ded24f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<docker.skip>true</docker.skip>
<java.version>21</java.version>
<testcontainers.version>1.19.5</testcontainers.version>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -59,7 +58,7 @@
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>testcontainers-bom</artifactId>
<version>${testcontainers.version}</version>
<version>1.19.8</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit 2ded24f

Please sign in to comment.