Skip to content

Commit d039c46

Browse files
authored
Merge pull request #303 from OpenLiberty/staging
Merge staging to prod - Dependabot Bump
2 parents 2d4dbe9 + 0df82b2 commit d039c46

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

finish/pom.xml

Lines changed: 2 additions & 2 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.13.0</version>
45+
<version>5.13.2</version>
4646
<scope>test</scope>
4747
</dependency>
4848
<dependency>
@@ -84,7 +84,7 @@ xsi:schemaLocation=
8484
<plugin>
8585
<groupId>io.openliberty.tools</groupId>
8686
<artifactId>liberty-maven-plugin</artifactId>
87-
<version>3.11.3</version>
87+
<version>3.11.4</version>
8888
</plugin>
8989

9090
<!-- Plugin to run functional tests -->

start/pom.xml

Lines changed: 2 additions & 2 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.13.0</version>
45+
<version>5.13.2</version>
4646
<scope>test</scope>
4747
</dependency>
4848
<dependency>
@@ -84,7 +84,7 @@ xsi:schemaLocation=
8484
<plugin>
8585
<groupId>io.openliberty.tools</groupId>
8686
<artifactId>liberty-maven-plugin</artifactId>
87-
<version>3.11.3</version>
87+
<version>3.11.4</version>
8888
</plugin>
8989

9090
<!-- Plugin to run functional tests -->

0 commit comments

Comments
 (0)