Skip to content

Commit b733075

Browse files
committed
Upgrade to testcontainers-java 1.20.4
1 parent 9b406ab commit b733075

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Version History
22
===============
33

4+
1.5.0
5+
-----
6+
- Updated org.testcontainers:jdbc to 1.20.4
7+
48
1.4.0
59
-----
610
- Updated org.testcontainers:jdbc to 1.19.3

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<maven.compiler.source>1.8</maven.compiler.source>
3838
<maven.compiler.target>1.8</maven.compiler.target>
3939

40-
<testcontainers.version>1.19.3</testcontainers.version>
40+
<testcontainers.version>1.20.4</testcontainers.version>
4141
<jaybird.version>5.0.3.java8</jaybird.version>
4242
</properties>
4343

0 commit comments

Comments
 (0)