Skip to content

Commit e3795de

Browse files
authored
Merge pull request #212 from OpenLiberty/staging
Merge staging to prod - Dependabot Bump
2 parents dd77b85 + f6860f4 commit e3795de

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

finish/inventory/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
3939
<dependency>
4040
<groupId>org.junit.jupiter</groupId>
4141
<artifactId>junit-jupiter</artifactId>
42-
<version>5.13.0</version>
42+
<version>5.13.2</version>
4343
<scope>test</scope>
4444
</dependency>
4545
<dependency>
@@ -81,7 +81,7 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
8181
<plugin>
8282
<groupId>io.openliberty.tools</groupId>
8383
<artifactId>liberty-maven-plugin</artifactId>
84-
<version>3.11.3</version>
84+
<version>3.11.4</version>
8585
</plugin>
8686

8787
<plugin>

finish/system/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<dependency>
3636
<groupId>org.junit.jupiter</groupId>
3737
<artifactId>junit-jupiter</artifactId>
38-
<version>5.13.0</version>
38+
<version>5.13.2</version>
3939
<scope>test</scope>
4040
</dependency>
4141
<dependency>
@@ -75,7 +75,7 @@
7575
<plugin>
7676
<groupId>io.openliberty.tools</groupId>
7777
<artifactId>liberty-maven-plugin</artifactId>
78-
<version>3.11.3</version>
78+
<version>3.11.4</version>
7979
</plugin>
8080
<plugin>
8181
<groupId>org.apache.maven.plugins</groupId>

start/inventory/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
3939
<dependency>
4040
<groupId>org.junit.jupiter</groupId>
4141
<artifactId>junit-jupiter</artifactId>
42-
<version>5.13.0</version>
42+
<version>5.13.2</version>
4343
<scope>test</scope>
4444
</dependency>
4545
<dependency>
@@ -81,7 +81,7 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
8181
<plugin>
8282
<groupId>io.openliberty.tools</groupId>
8383
<artifactId>liberty-maven-plugin</artifactId>
84-
<version>3.11.3</version>
84+
<version>3.11.4</version>
8585
</plugin>
8686

8787
<plugin>

start/system/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<dependency>
3737
<groupId>org.junit.jupiter</groupId>
3838
<artifactId>junit-jupiter</artifactId>
39-
<version>5.13.0</version>
39+
<version>5.13.2</version>
4040
<scope>test</scope>
4141
</dependency>
4242
<dependency>
@@ -75,7 +75,7 @@
7575
<plugin>
7676
<groupId>io.openliberty.tools</groupId>
7777
<artifactId>liberty-maven-plugin</artifactId>
78-
<version>3.11.3</version>
78+
<version>3.11.4</version>
7979
</plugin>
8080
<plugin>
8181
<groupId>org.apache.maven.plugins</groupId>

0 commit comments

Comments
 (0)