Skip to content

Commit

Permalink
Merge pull request #3015 from mybatis/renovate/testcontainers-java-mo…
Browse files Browse the repository at this point in the history
…norepo

chore(deps): update testcontainers-java monorepo to v1.19.3
  • Loading branch information
hazendaz authored Nov 21, 2023
2 parents d218e27 + 97c5cf8 commit 0f7a236
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -299,19 +299,19 @@
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>junit-jupiter</artifactId>
<version>1.19.2</version>
<version>1.19.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>postgresql</artifactId>
<version>1.19.2</version>
<version>1.19.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>mysql</artifactId>
<version>1.19.2</version>
<version>1.19.3</version>
<scope>test</scope>
</dependency>
<!-- For javadoc link -->
Expand Down

0 comments on commit 0f7a236

Please sign in to comment.