Skip to content

Commit

Permalink
Updated by github actions from guide-testcontainers
Browse files Browse the repository at this point in the history
  • Loading branch information
GuidesBot authored and GuidesBot committed Oct 4, 2024
1 parent 9f32056 commit 0877e63
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -693,7 +693,7 @@ Replace the ***pom.xml*** file.
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.11.0</version>
<version>5.11.1</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -723,7 +723,7 @@ Replace the ***pom.xml*** file.
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>testcontainers</artifactId>
<version>1.20.1</version>
<version>1.20.2</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 0877e63

Please sign in to comment.