Skip to content

Commit 220b1ca

Browse files
authored
Update resteasy and junit dependencies (#408)
1 parent 4b602c4 commit 220b1ca

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
@@ -62,13 +62,13 @@
6262
<dependency>
6363
<groupId>org.jboss.resteasy</groupId>
6464
<artifactId>resteasy-client</artifactId>
65-
<version>6.2.12.Final</version>
65+
<version>6.2.14.Final</version>
6666
<scope>test</scope>
6767
</dependency>
6868
<dependency>
6969
<groupId>org.jboss.resteasy</groupId>
7070
<artifactId>resteasy-json-binding-provider</artifactId>
71-
<version>6.2.12.Final</version>
71+
<version>6.2.14.Final</version>
7272
<scope>test</scope>
7373
</dependency>
7474
<dependency>

finish/system/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@
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>
5555
<groupId>org.jboss.resteasy</groupId>
5656
<artifactId>resteasy-client</artifactId>
57-
<version>6.2.12.Final</version>
57+
<version>6.2.14.Final</version>
5858
<scope>test</scope>
5959
</dependency>
6060
</dependencies>

start/inventory/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,13 @@
5757
<dependency>
5858
<groupId>org.jboss.resteasy</groupId>
5959
<artifactId>resteasy-client</artifactId>
60-
<version>6.2.12.Final</version>
60+
<version>6.2.14.Final</version>
6161
<scope>test</scope>
6262
</dependency>
6363
<dependency>
6464
<groupId>org.jboss.resteasy</groupId>
6565
<artifactId>resteasy-json-binding-provider</artifactId>
66-
<version>6.2.12.Final</version>
66+
<version>6.2.14.Final</version>
6767
<scope>test</scope>
6868
</dependency>
6969
<dependency>

start/system/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@
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>
5555
<groupId>org.jboss.resteasy</groupId>
5656
<artifactId>resteasy-client</artifactId>
57-
<version>6.2.12.Final</version>
57+
<version>6.2.14.Final</version>
5858
<scope>test</scope>
5959
</dependency>
6060
</dependencies>

0 commit comments

Comments
 (0)