Skip to content

Commit 6ab17fb

Browse files
authored
Merge pull request #159 from OpenLiberty/staging
Merge staging to prod - Dependabot Bump
2 parents 19b678a + be72efd commit 6ab17fb

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

finish/client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<plugin>
4444
<groupId>io.openliberty.tools</groupId>
4545
<artifactId>liberty-maven-plugin</artifactId>
46-
<version>3.11.1</version>
46+
<version>3.11.2</version>
4747
</plugin>
4848
</plugins>
4949
</build>

finish/system/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<dependency>
3333
<groupId>org.junit.jupiter</groupId>
3434
<artifactId>junit-jupiter</artifactId>
35-
<version>5.11.3</version>
35+
<version>5.11.4</version>
3636
<scope>test</scope>
3737
</dependency>
3838
<dependency>
@@ -77,7 +77,7 @@
7777
<plugin>
7878
<groupId>io.openliberty.tools</groupId>
7979
<artifactId>liberty-maven-plugin</artifactId>
80-
<version>3.11.1</version>
80+
<version>3.11.2</version>
8181
</plugin>
8282

8383
<!-- Plugin to run unit tests -->

start/client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<plugin>
4444
<groupId>io.openliberty.tools</groupId>
4545
<artifactId>liberty-maven-plugin</artifactId>
46-
<version>3.11.1</version>
46+
<version>3.11.2</version>
4747
</plugin>
4848
</plugins>
4949
</build>

start/system/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<dependency>
3333
<groupId>org.junit.jupiter</groupId>
3434
<artifactId>junit-jupiter</artifactId>
35-
<version>5.11.3</version>
35+
<version>5.11.4</version>
3636
<scope>test</scope>
3737
</dependency>
3838
<dependency>
@@ -77,7 +77,7 @@
7777
<plugin>
7878
<groupId>io.openliberty.tools</groupId>
7979
<artifactId>liberty-maven-plugin</artifactId>
80-
<version>3.11.1</version>
80+
<version>3.11.2</version>
8181
</plugin>
8282

8383
<!-- Plugin to run unit tests -->

0 commit comments

Comments
 (0)