Skip to content

Commit 354f541

Browse files
authored
Merge pull request #432 from OpenLiberty/staging
Merge staging to prod - Dependabot Bump
2 parents b5b669b + 44ba843 commit 354f541

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
@@ -44,13 +44,13 @@
4444
<dependency>
4545
<groupId>org.jboss.resteasy</groupId>
4646
<artifactId>resteasy-client</artifactId>
47-
<version>6.2.10.Final</version>
47+
<version>6.2.11.Final</version>
4848
<scope>test</scope>
4949
</dependency>
5050
<dependency>
5151
<groupId>org.jboss.resteasy</groupId>
5252
<artifactId>resteasy-json-binding-provider</artifactId>
53-
<version>6.2.10.Final</version>
53+
<version>6.2.11.Final</version>
5454
<scope>test</scope>
5555
</dependency>
5656
<dependency>
@@ -80,14 +80,14 @@
8080
<plugin>
8181
<groupId>org.apache.maven.plugins</groupId>
8282
<artifactId>maven-surefire-plugin</artifactId>
83-
<version>3.5.1</version>
83+
<version>3.5.2</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.1</version>
90+
<version>3.5.2</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
@@ -44,13 +44,13 @@
4444
<dependency>
4545
<groupId>org.jboss.resteasy</groupId>
4646
<artifactId>resteasy-client</artifactId>
47-
<version>6.2.10.Final</version>
47+
<version>6.2.11.Final</version>
4848
<scope>test</scope>
4949
</dependency>
5050
<dependency>
5151
<groupId>org.jboss.resteasy</groupId>
5252
<artifactId>resteasy-json-binding-provider</artifactId>
53-
<version>6.2.10.Final</version>
53+
<version>6.2.11.Final</version>
5454
<scope>test</scope>
5555
</dependency>
5656
<dependency>
@@ -78,13 +78,13 @@
7878
<plugin>
7979
<groupId>org.apache.maven.plugins</groupId>
8080
<artifactId>maven-surefire-plugin</artifactId>
81-
<version>3.5.1</version>
81+
<version>3.5.2</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.1</version>
87+
<version>3.5.2</version>
8888
<configuration>
8989
<systemPropertyVariables>
9090
<http.port>${liberty.var.http.port}</http.port>

0 commit comments

Comments
 (0)