Skip to content

Commit 174afbc

Browse files
authored
Update resteasy and junit dependencies (#231)
1 parent 7bbd0f9 commit 174afbc

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
@@ -45,13 +45,13 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
4545
<dependency>
4646
<groupId>org.jboss.resteasy</groupId>
4747
<artifactId>resteasy-client</artifactId>
48-
<version>6.2.12.Final</version>
48+
<version>6.2.14.Final</version>
4949
<scope>test</scope>
5050
</dependency>
5151
<dependency>
5252
<groupId>org.jboss.resteasy</groupId>
5353
<artifactId>resteasy-json-binding-provider</artifactId>
54-
<version>6.2.12.Final</version>
54+
<version>6.2.14.Final</version>
5555
<scope>test</scope>
5656
</dependency>
5757
<dependency>

finish/system/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@
4141
<dependency>
4242
<groupId>org.jboss.resteasy</groupId>
4343
<artifactId>resteasy-client</artifactId>
44-
<version>6.2.12.Final</version>
44+
<version>6.2.14.Final</version>
4545
<scope>test</scope>
4646
</dependency>
4747
<dependency>
4848
<groupId>org.jboss.resteasy</groupId>
4949
<artifactId>resteasy-json-binding-provider</artifactId>
50-
<version>6.2.12.Final</version>
50+
<version>6.2.14.Final</version>
5151
<scope>test</scope>
5252
</dependency>
5353
<!-- For tests -->

start/inventory/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
4545
<dependency>
4646
<groupId>org.jboss.resteasy</groupId>
4747
<artifactId>resteasy-client</artifactId>
48-
<version>6.2.12.Final</version>
48+
<version>6.2.14.Final</version>
4949
<scope>test</scope>
5050
</dependency>
5151
<dependency>
5252
<groupId>org.jboss.resteasy</groupId>
5353
<artifactId>resteasy-json-binding-provider</artifactId>
54-
<version>6.2.12.Final</version>
54+
<version>6.2.14.Final</version>
5555
<scope>test</scope>
5656
</dependency>
5757
<dependency>

start/system/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@
4242
<dependency>
4343
<groupId>org.jboss.resteasy</groupId>
4444
<artifactId>resteasy-client</artifactId>
45-
<version>6.2.12.Final</version>
45+
<version>6.2.14.Final</version>
4646
<scope>test</scope>
4747
</dependency>
4848
<dependency>
4949
<groupId>org.jboss.resteasy</groupId>
5050
<artifactId>resteasy-json-binding-provider</artifactId>
51-
<version>6.2.12.Final</version>
51+
<version>6.2.14.Final</version>
5252
<scope>test</scope>
5353
</dependency>
5454
<dependency>

0 commit comments

Comments
 (0)