Skip to content

Commit b5b669b

Browse files
authored
Merge pull request #421 from OpenLiberty/staging
Merge staging to prod - Dependabot Bump
2 parents 106f68a + 5385be9 commit b5b669b

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

finish/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<dependency>
3939
<groupId>org.junit.jupiter</groupId>
4040
<artifactId>junit-jupiter</artifactId>
41-
<version>5.11.1</version>
41+
<version>5.11.3</version>
4242
<scope>test</scope>
4343
</dependency>
4444
<dependency>
@@ -69,7 +69,7 @@
6969
<plugin>
7070
<groupId>io.openliberty.tools</groupId>
7171
<artifactId>liberty-maven-plugin</artifactId>
72-
<version>3.10.3</version>
72+
<version>3.11.1</version>
7373
</plugin>
7474
<!-- end::libertyMavenPlugin[] -->
7575
<plugin>
@@ -80,14 +80,14 @@
8080
<plugin>
8181
<groupId>org.apache.maven.plugins</groupId>
8282
<artifactId>maven-surefire-plugin</artifactId>
83-
<version>3.5.0</version>
83+
<version>3.5.1</version>
8484
</plugin>
8585
<!-- Plugin to run functional tests -->
8686
<!-- tag::maven-failsafe-plugin[] -->
8787
<plugin>
8888
<groupId>org.apache.maven.plugins</groupId>
8989
<artifactId>maven-failsafe-plugin</artifactId>
90-
<version>3.5.0</version>
90+
<version>3.5.1</version>
9191
<configuration>
9292
<systemPropertyVariables>
9393
<http.port>${liberty.var.http.port}</http.port>

start/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<dependency>
3939
<groupId>org.junit.jupiter</groupId>
4040
<artifactId>junit-jupiter</artifactId>
41-
<version>5.11.1</version>
41+
<version>5.11.3</version>
4242
<scope>test</scope>
4343
</dependency>
4444
<dependency>
@@ -68,7 +68,7 @@
6868
<plugin>
6969
<groupId>io.openliberty.tools</groupId>
7070
<artifactId>liberty-maven-plugin</artifactId>
71-
<version>3.10.3</version>
71+
<version>3.11.1</version>
7272
</plugin>
7373
<plugin>
7474
<groupId>org.apache.maven.plugins</groupId>
@@ -78,13 +78,13 @@
7878
<plugin>
7979
<groupId>org.apache.maven.plugins</groupId>
8080
<artifactId>maven-surefire-plugin</artifactId>
81-
<version>3.5.0</version>
81+
<version>3.5.1</version>
8282
</plugin>
8383
<!-- Plugin to run functional tests -->
8484
<plugin>
8585
<groupId>org.apache.maven.plugins</groupId>
8686
<artifactId>maven-failsafe-plugin</artifactId>
87-
<version>3.5.0</version>
87+
<version>3.5.1</version>
8888
<configuration>
8989
<systemPropertyVariables>
9090
<http.port>${liberty.var.http.port}</http.port>

0 commit comments

Comments
 (0)