Skip to content

Commit ddd4193

Browse files
authored
Update resteasy and junit dependencies (#504)
1 parent 229d3dc commit ddd4193

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
@@ -44,13 +44,13 @@
4444
<dependency>
4545
<groupId>org.jboss.resteasy</groupId>
4646
<artifactId>resteasy-client</artifactId>
47-
<version>6.2.12.Final</version>
47+
<version>6.2.14.Final</version>
4848
<scope>test</scope>
4949
</dependency>
5050
<dependency>
5151
<groupId>org.jboss.resteasy</groupId>
5252
<artifactId>resteasy-json-binding-provider</artifactId>
53-
<version>6.2.12.Final</version>
53+
<version>6.2.14.Final</version>
5454
<scope>test</scope>
5555
</dependency>
5656
<dependency>

start/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@
4444
<dependency>
4545
<groupId>org.jboss.resteasy</groupId>
4646
<artifactId>resteasy-client</artifactId>
47-
<version>6.2.12.Final</version>
47+
<version>6.2.14.Final</version>
4848
<scope>test</scope>
4949
</dependency>
5050
<dependency>
5151
<groupId>org.jboss.resteasy</groupId>
5252
<artifactId>resteasy-json-binding-provider</artifactId>
53-
<version>6.2.12.Final</version>
53+
<version>6.2.14.Final</version>
5454
<scope>test</scope>
5555
</dependency>
5656
<dependency>

0 commit comments

Comments
 (0)