Skip to content

Commit ebff465

Browse files
authored
Merge pull request #265 from OpenLiberty/staging
Merge staging to prod - Dependabot Bump
2 parents 4fea1e8 + a785066 commit ebff465

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
@@ -37,7 +37,7 @@
3737
<dependency>
3838
<groupId>org.junit.jupiter</groupId>
3939
<artifactId>junit-jupiter</artifactId>
40-
<version>5.11.1</version>
40+
<version>5.11.3</version>
4141
<scope>test</scope>
4242
</dependency>
4343
<dependency>
@@ -78,19 +78,19 @@
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
<!-- Enable liberty-maven plugin -->
8484
<plugin>
8585
<groupId>io.openliberty.tools</groupId>
8686
<artifactId>liberty-maven-plugin</artifactId>
87-
<version>3.10.3</version>
87+
<version>3.11.1</version>
8888
</plugin>
8989
<!-- Plugin to run functional tests -->
9090
<plugin>
9191
<groupId>org.apache.maven.plugins</groupId>
9292
<artifactId>maven-failsafe-plugin</artifactId>
93-
<version>3.5.0</version>
93+
<version>3.5.1</version>
9494
<configuration>
9595
<systemPropertyVariables>
9696
<http.port>${liberty.var.http.port}</http.port>

0 commit comments

Comments
 (0)