Skip to content

Commit 549c908

Browse files
authored
Merge pull request #200 from OpenLiberty/staging
Merge staging to prod - Dependabot Bump
2 parents cad63e2 + ec86112 commit 549c908

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

finish/inventory/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<dependency>
4949
<groupId>org.jboss.resteasy</groupId>
5050
<artifactId>resteasy-client</artifactId>
51-
<version>6.2.10.Final</version>
51+
<version>6.2.11.Final</version>
5252
<scope>test</scope>
5353
</dependency>
5454
</dependencies>
@@ -94,7 +94,7 @@
9494
<plugin>
9595
<groupId>org.apache.maven.plugins</groupId>
9696
<artifactId>maven-failsafe-plugin</artifactId>
97-
<version>3.5.1</version>
97+
<version>3.5.2</version>
9898
<configuration>
9999
<systemPropertyVariables>
100100
<http.port>${liberty.var.http.port}</http.port>

finish/system/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<dependency>
5151
<groupId>org.jboss.resteasy</groupId>
5252
<artifactId>resteasy-client</artifactId>
53-
<version>6.2.10.Final</version>
53+
<version>6.2.11.Final</version>
5454
<scope>test</scope>
5555
</dependency>
5656
</dependencies>
@@ -75,7 +75,7 @@
7575
<plugin>
7676
<groupId>org.apache.maven.plugins</groupId>
7777
<artifactId>maven-failsafe-plugin</artifactId>
78-
<version>3.5.1</version>
78+
<version>3.5.2</version>
7979
<configuration>
8080
<systemPropertyVariables>
8181
<http.port>${liberty.var.http.port}</http.port>

start/inventory/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<dependency>
4242
<groupId>org.jboss.resteasy</groupId>
4343
<artifactId>resteasy-client</artifactId>
44-
<version>6.2.10.Final</version>
44+
<version>6.2.11.Final</version>
4545
<scope>test</scope>
4646
</dependency>
4747
</dependencies>
@@ -58,7 +58,7 @@
5858
<plugin>
5959
<groupId>org.apache.maven.plugins</groupId>
6060
<artifactId>maven-failsafe-plugin</artifactId>
61-
<version>3.5.1</version>
61+
<version>3.5.2</version>
6262
<configuration>
6363
<systemPropertyVariables>
6464
<http.port>${liberty.var.http.port}</http.port>

start/system/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<dependency>
4444
<groupId>org.jboss.resteasy</groupId>
4545
<artifactId>resteasy-client</artifactId>
46-
<version>6.2.10.Final</version>
46+
<version>6.2.11.Final</version>
4747
<scope>test</scope>
4848
</dependency>
4949
</dependencies>
@@ -68,7 +68,7 @@
6868
<plugin>
6969
<groupId>org.apache.maven.plugins</groupId>
7070
<artifactId>maven-failsafe-plugin</artifactId>
71-
<version>3.5.1</version>
71+
<version>3.5.2</version>
7272
<configuration>
7373
<systemPropertyVariables>
7474
<http.port>${liberty.var.http.port}</http.port>

0 commit comments

Comments
 (0)