Skip to content

Commit

Permalink
Upgrade to testcontainers 1.17.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mrotteveel committed Jan 6, 2023
1 parent d8d241e commit cbc725a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.md
@@ -1,6 +1,11 @@
Version History
===============

1.3.0
-----
- Updated org.testcontainers:jdbc to 1.17.6
- Updated various test-dependencies

1.2.0
-----
- Updated org.testcontainers:jdbc to 1.16.2
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
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.16.2</testcontainers.version>
<testcontainers.version>1.17.6</testcontainers.version>
<jaybird.version>4.0.8.java8</jaybird.version>
</properties>

Expand Down

0 comments on commit cbc725a

Please sign in to comment.