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 Nov 6, 2024
1 parent 8143368 commit 2b23d25
Showing 1 changed file with 4 additions and 4 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.1</version>
<version>5.11.3</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.2</version>
<version>1.20.3</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -761,12 +761,12 @@ Replace the ***pom.xml*** file.
</dependencyGroup>
</copyDependencies>
</configuration>
<version>3.10.3</version>
<version>3.11.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>3.5.0</version>
<version>3.5.1</version>
<configuration>
<systemPropertyVariables>
<http.port>${liberty.var.http.port}</http.port>
Expand Down

0 comments on commit 2b23d25

Please sign in to comment.