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 d8d241e commit cbc725aCopy full SHA for cbc725a
CHANGES.md
@@ -1,6 +1,11 @@
1
Version History
2
===============
3
4
+1.3.0
5
+-----
6
+- Updated org.testcontainers:jdbc to 1.17.6
7
+- Updated various test-dependencies
8
+
9
1.2.0
10
-----
11
- Updated org.testcontainers:jdbc to 1.16.2
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.16.2</testcontainers.version>
+ <testcontainers.version>1.17.6</testcontainers.version>
41
<jaybird.version>4.0.8.java8</jaybird.version>
42
</properties>
43
0 commit comments