We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 854ebd1 commit 57b3b2dCopy full SHA for 57b3b2d
CHANGES.md
@@ -1,6 +1,10 @@
1
Version History
2
===============
3
4
+1.4.0
5
+-----
6
+- Updated org.testcontainers:jdbc to 1.19.3
7
+
8
1.3.0
9
-----
10
- Updated org.testcontainers:jdbc to 1.17.6
pom.xml
@@ -37,7 +37,7 @@
37
<maven.compiler.source>1.8</maven.compiler.source>
38
<maven.compiler.target>1.8</maven.compiler.target>
39
40
- <testcontainers.version>1.17.6</testcontainers.version>
+ <testcontainers.version>1.19.3</testcontainers.version>
41
<jaybird.version>4.0.8.java8</jaybird.version>
42
</properties>
43
0 commit comments