Skip to content

Commit

Permalink
Fixed #126 - Upgrade testcontainers to 1.14.3
Browse files Browse the repository at this point in the history
  • Loading branch information
khmarbaise committed Jul 11, 2020
1 parent d499b24 commit f10b7ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Expand Up @@ -19,6 +19,7 @@
== Pre-release 0.9.0

:issue-125: https://github.com/khmarbaise/maven-it-extension/issues/125[Fixed #125]
:issue-129: https://github.com/khmarbaise/maven-it-extension/issues/126[Fixed #126]
:issue-??: https://github.com/khmarbaise/maven-it-extension/issues/??[Fixed #??]
:pr-??: https://github.com/khmarbaise/maven-it-extension/pull/??[Pull request #??]

Expand Down Expand Up @@ -51,6 +52,7 @@
*Dependency Upgrades*

* {issue-125} - Upgrade mockito to 3.4.0.
* {issue-126} - Upgrade testcontainers to 1.14.3.

*Build Improvements*

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -127,7 +127,7 @@
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>testcontainers-bom</artifactId>
<version>1.14.2</version>
<version>1.14.3</version>
<scope>import</scope>
<type>pom</type>
</dependency>
Expand Down

0 comments on commit f10b7ca

Please sign in to comment.