Skip to content

Commit 57b18a7

Browse files
authored
Merge pull request #293 from OpenLiberty/staging
Merge staging to prod - Dependabot Bump
2 parents 822186f + cec76cd commit 57b18a7

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

finish/inventory/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
<dependency>
8181
<groupId>org.junit.jupiter</groupId>
8282
<artifactId>junit-jupiter</artifactId>
83-
<version>5.11.3</version>
83+
<version>5.11.4</version>
8484
<scope>test</scope>
8585
</dependency>
8686
<dependency>
@@ -119,7 +119,7 @@
119119
<plugin>
120120
<groupId>io.openliberty.tools</groupId>
121121
<artifactId>liberty-maven-plugin</artifactId>
122-
<version>3.11.1</version>
122+
<version>3.11.2</version>
123123
<configuration>
124124
<!-- devc config -->
125125
<containerRunOpts>

finish/system/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
<dependency>
8383
<groupId>org.junit.jupiter</groupId>
8484
<artifactId>junit-jupiter</artifactId>
85-
<version>5.11.3</version>
85+
<version>5.11.4</version>
8686
<scope>test</scope>
8787
</dependency>
8888
<dependency>
@@ -109,7 +109,7 @@
109109
<plugin>
110110
<groupId>io.openliberty.tools</groupId>
111111
<artifactId>liberty-maven-plugin</artifactId>
112-
<version>3.11.1</version>
112+
<version>3.11.2</version>
113113
<configuration>
114114
<!-- devc config -->
115115
<containerRunOpts>

start/inventory/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
<dependency>
7676
<groupId>org.junit.jupiter</groupId>
7777
<artifactId>junit-jupiter</artifactId>
78-
<version>5.11.3</version>
78+
<version>5.11.4</version>
7979
<scope>test</scope>
8080
</dependency>
8181
<dependency>
@@ -114,7 +114,7 @@
114114
<plugin>
115115
<groupId>io.openliberty.tools</groupId>
116116
<artifactId>liberty-maven-plugin</artifactId>
117-
<version>3.11.1</version>
117+
<version>3.11.2</version>
118118
<configuration>
119119
<!-- devc config -->
120120
<containerRunOpts>

0 commit comments

Comments
 (0)