Skip to content

Commit 1555d3e

Browse files
authored
Update resteasy and junit dependencies (#366)
1 parent 21729cb commit 1555d3e

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
@@ -45,13 +45,13 @@
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/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@
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>

0 commit comments

Comments
 (0)