Skip to content

Commit

Permalink
Upgrade to testcontainers-java 1.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mrotteveel committed Jan 2, 2024
1 parent 854ebd1 commit 57b3b2d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Version History
===============

1.4.0
-----
- Updated org.testcontainers:jdbc to 1.19.3

1.3.0
-----
- Updated org.testcontainers:jdbc to 1.17.6
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>

<testcontainers.version>1.17.6</testcontainers.version>
<testcontainers.version>1.19.3</testcontainers.version>
<jaybird.version>4.0.8.java8</jaybird.version>
</properties>

Expand Down

0 comments on commit 57b3b2d

Please sign in to comment.