Skip to content

Commit cbc725a

Browse files
committed
Upgrade to testcontainers 1.17.6
1 parent d8d241e commit cbc725a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES.md

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

4+
1.3.0
5+
-----
6+
- Updated org.testcontainers:jdbc to 1.17.6
7+
- Updated various test-dependencies
8+
49
1.2.0
510
-----
611
- Updated org.testcontainers:jdbc to 1.16.2

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.16.2</testcontainers.version>
40+
<testcontainers.version>1.17.6</testcontainers.version>
4141
<jaybird.version>4.0.8.java8</jaybird.version>
4242
</properties>
4343

0 commit comments

Comments
 (0)