Skip to content

Commit b9a383c

Browse files
authored
Merge pull request #283 from OpenLiberty/staging
Merge staging to prod - Dependabot Bump
2 parents 3eb2ae7 + 3fa6ca9 commit b9a383c

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
@@ -39,7 +39,7 @@
3939
<dependency>
4040
<groupId>org.junit.jupiter</groupId>
4141
<artifactId>junit-jupiter</artifactId>
42-
<version>5.11.1</version>
42+
<version>5.11.3</version>
4343
<scope>test</scope>
4444
</dependency>
4545
<dependency>
@@ -80,19 +80,19 @@
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
<!-- Enable liberty-maven plugin -->
8686
<plugin>
8787
<groupId>io.openliberty.tools</groupId>
8888
<artifactId>liberty-maven-plugin</artifactId>
89-
<version>3.10.3</version>
89+
<version>3.11.1</version>
9090
</plugin>
9191
<!-- Plugin to run functional tests -->
9292
<plugin>
9393
<groupId>org.apache.maven.plugins</groupId>
9494
<artifactId>maven-failsafe-plugin</artifactId>
95-
<version>3.5.0</version>
95+
<version>3.5.1</version>
9696
<configuration>
9797
<systemPropertyVariables>
9898
<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
@@ -39,7 +39,7 @@
3939
<dependency>
4040
<groupId>org.junit.jupiter</groupId>
4141
<artifactId>junit-jupiter</artifactId>
42-
<version>5.11.1</version>
42+
<version>5.11.3</version>
4343
<scope>test</scope>
4444
</dependency>
4545
<dependency>
@@ -80,19 +80,19 @@
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
<!-- Enable liberty-maven plugin -->
8686
<plugin>
8787
<groupId>io.openliberty.tools</groupId>
8888
<artifactId>liberty-maven-plugin</artifactId>
89-
<version>3.10.3</version>
89+
<version>3.11.1</version>
9090
</plugin>
9191
<!-- Plugin to run functional tests -->
9292
<plugin>
9393
<groupId>org.apache.maven.plugins</groupId>
9494
<artifactId>maven-failsafe-plugin</artifactId>
95-
<version>3.5.0</version>
95+
<version>3.5.1</version>
9696
<configuration>
9797
<systemPropertyVariables>
9898
<http.port>${liberty.var.http.port}</http.port>

0 commit comments

Comments
 (0)