Skip to content

Commit

Permalink
[pinpoint-apm#11708] Bump testcontainers 1.19.7 from to 1.20.3
Browse files Browse the repository at this point in the history
  • Loading branch information
emeroad committed Nov 12, 2024
1 parent c96d695 commit adece2a
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.19.7";
public static final String VERSION = "1.20.3";

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 @@ -260,7 +260,7 @@
<mockito.version>4.11.0</mockito.version>
<bytebuddy.version>1.12.23</bytebuddy.version>

<testcontainers.version>1.19.7</testcontainers.version>
<testcontainers.version>1.20.3</testcontainers.version>
<junit-jupiter.version>5.11.3</junit-jupiter.version>

<!-- maven-plugin -->
Expand Down

0 comments on commit adece2a

Please sign in to comment.