Skip to content

Commit 2022a0f

Browse files
authored
Merge pull request #221 from OpenLiberty/staging
Merge staging to prod - Dependabot Bump
2 parents 1776467 + 56e4669 commit 2022a0f

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Diff for: finish/pom.xml

100755100644
+3-3
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<dependency>
4040
<groupId>org.junit.jupiter</groupId>
4141
<artifactId>junit-jupiter</artifactId>
42-
<version>5.10.1</version>
42+
<version>5.10.2</version>
4343
<scope>test</scope>
4444
</dependency>
4545
<dependency>
@@ -74,7 +74,7 @@
7474
<plugin>
7575
<groupId>org.apache.maven.plugins</groupId>
7676
<artifactId>maven-war-plugin</artifactId>
77-
<version>3.3.2</version>
77+
<version>3.4.0</version>
7878
</plugin>
7979
<!-- Plugin to run unit tests -->
8080
<plugin>
@@ -86,7 +86,7 @@
8686
<plugin>
8787
<groupId>io.openliberty.tools</groupId>
8888
<artifactId>liberty-maven-plugin</artifactId>
89-
<version>3.10</version>
89+
<version>3.10.2</version>
9090
</plugin>
9191
<!-- Plugin to run functional tests -->
9292
<plugin>

Diff for: start/pom.xml

100755100644
+4-4
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@
3131
<!-- tag::microprofile[] -->
3232
<artifactId>microprofile</artifactId>
3333
<!-- end::microprofile[] -->
34-
<version>6.0</version>
34+
<version>6.1</version>
3535
<type>pom</type>
3636
<scope>provided</scope>
3737
</dependency>
3838
<!-- For tests -->
3939
<dependency>
4040
<groupId>org.junit.jupiter</groupId>
4141
<artifactId>junit-jupiter</artifactId>
42-
<version>5.10.1</version>
42+
<version>5.10.2</version>
4343
<scope>test</scope>
4444
</dependency>
4545
<dependency>
@@ -74,7 +74,7 @@
7474
<plugin>
7575
<groupId>org.apache.maven.plugins</groupId>
7676
<artifactId>maven-war-plugin</artifactId>
77-
<version>3.3.2</version>
77+
<version>3.4.0</version>
7878
</plugin>
7979
<!-- Plugin to run unit tests -->
8080
<plugin>
@@ -86,7 +86,7 @@
8686
<plugin>
8787
<groupId>io.openliberty.tools</groupId>
8888
<artifactId>liberty-maven-plugin</artifactId>
89-
<version>3.10</version>
89+
<version>3.10.2</version>
9090
</plugin>
9191
<!-- Plugin to run functional tests -->
9292
<plugin>

0 commit comments

Comments
 (0)