Skip to content

Commit

Permalink
[#8932] Bump Testcontainers from 1.16.2 to 1.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
emeroad committed Jun 17, 2022
1 parent 75f1ca1 commit c98e7e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public final class TestcontainersOption {
private TestcontainersOption() {
}

public static final String VERSION = "1.16.2";
public static final String VERSION = "1.17.2";

public static final String TEST_CONTAINER = "org.testcontainers:testcontainers:" + VERSION;
public static final String MSSQL = "org.testcontainers:mssqlserver:" + VERSION;
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@

<embed.mongo>3.4.6</embed.mongo>

<testcontainers.version>1.16.2</testcontainers.version>
<testcontainers.version>1.17.2</testcontainers.version>

<!-- maven-plugin -->
<plugin.compiler.version>3.8.1</plugin.compiler.version>
Expand Down

0 comments on commit c98e7e4

Please sign in to comment.