Skip to content
This repository was archived by the owner on Jan 30, 2025. It is now read-only.

Commit c8c563d

Browse files
authored
Update pom.xml
update testcontainers version to 1.17.5
1 parent 30f131a commit c8c563d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

first-test/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>org.testcontainers</groupId>
1111
<artifactId>testcontainers-bom</artifactId>
12-
<version>1.17.2</version>
12+
<version>1.17.5</version>
1313
</parent>
1414

1515
<properties>
@@ -57,4 +57,4 @@
5757
</plugin>
5858
</plugins>
5959
</build>
60-
</project>
60+
</project>

0 commit comments

Comments
 (0)