Skip to content

Commit

Permalink
Bump org.testcontainers:jdbc to 1.14.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mrotteveel committed Aug 2, 2020
1 parent 821da35 commit 039d7d8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Version History
===============

1.0.4
-----

- Update org.testcontainers:jdbc to 1.14.3

1.0.3
-----

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>

<testcontainers.version>1.12.5</testcontainers.version>
<lombok.version>1.18.8</lombok.version>
<testcontainers.version>1.14.3</testcontainers.version>
<lombok.version>1.18.12</lombok.version>
<jaybird.version>3.0.9</jaybird.version>
</properties>

Expand Down

0 comments on commit 039d7d8

Please sign in to comment.