Skip to content

Commit e21897c

Browse files
authored
Merge pull request #250 from OpenLiberty/staging
Merge staging to prod - Dependabot Bump
2 parents b3dec63 + 47e3638 commit e21897c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

finish/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ xsi:schemaLocation=
4242
<dependency>
4343
<groupId>org.junit.jupiter</groupId>
4444
<artifactId>junit-jupiter</artifactId>
45-
<version>5.11.1</version>
45+
<version>5.11.3</version>
4646
<scope>test</scope>
4747
</dependency>
4848
<dependency>
@@ -84,14 +84,14 @@ xsi:schemaLocation=
8484
<plugin>
8585
<groupId>io.openliberty.tools</groupId>
8686
<artifactId>liberty-maven-plugin</artifactId>
87-
<version>3.10.3</version>
87+
<version>3.11.1</version>
8888
</plugin>
8989

9090
<!-- Plugin to run functional tests -->
9191
<plugin>
9292
<groupId>org.apache.maven.plugins</groupId>
9393
<artifactId>maven-failsafe-plugin</artifactId>
94-
<version>3.5.0</version>
94+
<version>3.5.1</version>
9595
<configuration>
9696
<systemPropertyVariables>
9797
<liberty.test.port>

start/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ xsi:schemaLocation=
4242
<dependency>
4343
<groupId>org.junit.jupiter</groupId>
4444
<artifactId>junit-jupiter</artifactId>
45-
<version>5.11.1</version>
45+
<version>5.11.3</version>
4646
<scope>test</scope>
4747
</dependency>
4848
<dependency>
@@ -84,14 +84,14 @@ xsi:schemaLocation=
8484
<plugin>
8585
<groupId>io.openliberty.tools</groupId>
8686
<artifactId>liberty-maven-plugin</artifactId>
87-
<version>3.10.3</version>
87+
<version>3.11.1</version>
8888
</plugin>
8989

9090
<!-- Plugin to run functional tests -->
9191
<plugin>
9292
<groupId>org.apache.maven.plugins</groupId>
9393
<artifactId>maven-failsafe-plugin</artifactId>
94-
<version>3.5.0</version>
94+
<version>3.5.1</version>
9595
<configuration>
9696
<systemPropertyVariables>
9797
<liberty.test.port>

0 commit comments

Comments
 (0)