Skip to content

Commit 04a268d

Browse files
committed
Upgrade to testcontainers-java 1.21.0
1 parent 11f2fe9 commit 04a268d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES.md

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

4+
vNext
5+
-----
6+
- Updated org.testcontainers:jdbc to 1.21.0
7+
- Updated various test-dependencies
8+
- Updated Maven build plugins
9+
410
1.5.1
511
-----
612
- Added support for [firebirdsql/firebird](https://hub.docker.com/r/firebirdsql/firebird). \

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.20.4</testcontainers.version>
40+
<testcontainers.version>1.21.0</testcontainers.version>
4141
<jaybird.version>5.0.7.java8</jaybird.version>
4242
<junit5.version>5.12.2</junit5.version>
4343
</properties>

0 commit comments

Comments
 (0)