Skip to content

Commit fda8ef0

Browse files
committed
Update to testcontainers-java 1.11.4
Add CHANGES.md
1 parent 99b21e6 commit fda8ef0

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGES.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
Version History
2+
===============
3+
4+
1.0.0-SNAPSHOT
5+
--------------
6+
7+
- Update org.testcontainers:jdbc to 1.11.4
8+
9+
1.0.0
10+
-----
11+
12+
Initial version using org.testcontainers:jdbc 1.11.3

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.11.3</testcontainers.version>
40+
<testcontainers.version>1.11.4</testcontainers.version>
4141
<lombok.version>1.18.8</lombok.version>
4242
<jaybird.version>3.0.6</jaybird.version>
4343
</properties>

0 commit comments

Comments
 (0)