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 11f2fe9 commit 04a268dCopy full SHA for 04a268d
CHANGES.md
@@ -1,6 +1,12 @@
1
Version History
2
===============
3
4
+vNext
5
+-----
6
+- Updated org.testcontainers:jdbc to 1.21.0
7
+- Updated various test-dependencies
8
+- Updated Maven build plugins
9
+
10
1.5.1
11
-----
12
- Added support for [firebirdsql/firebird](https://hub.docker.com/r/firebirdsql/firebird). \
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.20.4</testcontainers.version>
+ <testcontainers.version>1.21.0</testcontainers.version>
41
<jaybird.version>5.0.7.java8</jaybird.version>
42
<junit5.version>5.12.2</junit5.version>
43
</properties>
0 commit comments