Skip to content

Commit 2faa2ff

Browse files
authored
Merge pull request #230 from OpenLiberty/staging
Merge staging to prod - Dependabot Bump
2 parents e4527ba + 7bbd0f9 commit 2faa2ff

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.4</version>
42+
<version>5.14.0</version>
4343
<scope>test</scope>
4444
</dependency>
4545
<dependency>
@@ -87,7 +87,7 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
8787
<plugin>
8888
<groupId>org.apache.maven.plugins</groupId>
8989
<artifactId>maven-failsafe-plugin</artifactId>
90-
<version>3.5.3</version>
90+
<version>3.5.4</version>
9191
<configuration>
9292
<systemPropertyVariables>
9393
<sys.http.port>${liberty.var.system.http.port}</sys.http.port>

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.4</version>
38+
<version>5.14.0</version>
3939
<scope>test</scope>
4040
</dependency>
4141
<dependency>
@@ -80,7 +80,7 @@
8080
<plugin>
8181
<groupId>org.apache.maven.plugins</groupId>
8282
<artifactId>maven-failsafe-plugin</artifactId>
83-
<version>3.5.3</version>
83+
<version>3.5.4</version>
8484
<configuration>
8585
<systemPropertyVariables>
8686
<sys.http.port>${liberty.var.http.port}</sys.http.port>

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.4</version>
42+
<version>5.14.0</version>
4343
<scope>test</scope>
4444
</dependency>
4545
<dependency>
@@ -87,7 +87,7 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
8787
<plugin>
8888
<groupId>org.apache.maven.plugins</groupId>
8989
<artifactId>maven-failsafe-plugin</artifactId>
90-
<version>3.5.3</version>
90+
<version>3.5.4</version>
9191
<configuration>
9292
<systemPropertyVariables>
9393
<sys.http.port>${liberty.var.system.http.port}</sys.http.port>

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.4</version>
39+
<version>5.14.0</version>
4040
<scope>test</scope>
4141
</dependency>
4242
<dependency>
@@ -80,7 +80,7 @@
8080
<plugin>
8181
<groupId>org.apache.maven.plugins</groupId>
8282
<artifactId>maven-failsafe-plugin</artifactId>
83-
<version>3.5.3</version>
83+
<version>3.5.4</version>
8484
<configuration>
8585
<systemPropertyVariables>
8686
<sys.http.port>${liberty.var.http.port}</sys.http.port>

0 commit comments

Comments
 (0)