Skip to content

Commit 23ab4ca

Browse files
authored
Update resteasy and junit dependencies (#406)
1 parent 0b491a3 commit 23ab4ca

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

finish/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,13 @@
6969
<dependency>
7070
<groupId>org.jboss.resteasy</groupId>
7171
<artifactId>resteasy-client</artifactId>
72-
<version>6.2.12.Final</version>
72+
<version>6.2.14.Final</version>
7373
<scope>test</scope>
7474
</dependency>
7575
<dependency>
7676
<groupId>org.jboss.resteasy</groupId>
7777
<artifactId>resteasy-json-binding-provider</artifactId>
78-
<version>6.2.12.Final</version>
78+
<version>6.2.14.Final</version>
7979
<scope>test</scope>
8080
</dependency>
8181
<dependency>

start/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,13 @@
6969
<dependency>
7070
<groupId>org.jboss.resteasy</groupId>
7171
<artifactId>resteasy-client</artifactId>
72-
<version>6.2.12.Final</version>
72+
<version>6.2.14.Final</version>
7373
<scope>test</scope>
7474
</dependency>
7575
<dependency>
7676
<groupId>org.jboss.resteasy</groupId>
7777
<artifactId>resteasy-json-binding-provider</artifactId>
78-
<version>6.2.12.Final</version>
78+
<version>6.2.14.Final</version>
7979
<scope>test</scope>
8080
</dependency>
8181
<dependency>

0 commit comments

Comments
 (0)