Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
update testcontainers version to 1.17.5
  • Loading branch information
shelajev authored Oct 5, 2022
1 parent 30f131a commit c8c563d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions first-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.testcontainers</groupId>
<artifactId>testcontainers-bom</artifactId>
<version>1.17.2</version>
<version>1.17.5</version>
</parent>

<properties>
Expand Down Expand Up @@ -57,4 +57,4 @@
</plugin>
</plugins>
</build>
</project>
</project>

0 comments on commit c8c563d

Please sign in to comment.