Skip to content

Commit

Permalink
Update testcontainers-java monorepo from v1.20.0 to v1.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 31, 2024
1 parent 5cbac38 commit 1a0068a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -341,19 +341,19 @@
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>testcontainers</artifactId>
<version>1.20.0</version>
<version>1.20.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>jdbc</artifactId>
<version>1.20.0</version>
<version>1.20.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>postgresql</artifactId>
<version>1.20.0</version>
<version>1.20.1</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -368,7 +368,7 @@
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>localstack</artifactId>
<version>1.20.0</version>
<version>1.20.1</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 1a0068a

Please sign in to comment.