Skip to content

Commit 802c8c1

Browse files
authored
Update resteasy and junit dependencies (#351)
1 parent 1c3a69b commit 802c8c1

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
@@ -52,13 +52,13 @@
5252
<dependency>
5353
<groupId>org.jboss.resteasy</groupId>
5454
<artifactId>resteasy-client</artifactId>
55-
<version>6.2.12.Final</version>
55+
<version>6.2.14.Final</version>
5656
<scope>test</scope>
5757
</dependency>
5858
<dependency>
5959
<groupId>org.jboss.resteasy</groupId>
6060
<artifactId>resteasy-json-binding-provider</artifactId>
61-
<version>6.2.12.Final</version>
61+
<version>6.2.14.Final</version>
6262
<scope>test</scope>
6363
</dependency>
6464
<dependency>

start/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,13 @@
5252
<dependency>
5353
<groupId>org.jboss.resteasy</groupId>
5454
<artifactId>resteasy-client</artifactId>
55-
<version>6.2.12.Final</version>
55+
<version>6.2.14.Final</version>
5656
<scope>test</scope>
5757
</dependency>
5858
<dependency>
5959
<groupId>org.jboss.resteasy</groupId>
6060
<artifactId>resteasy-json-binding-provider</artifactId>
61-
<version>6.2.12.Final</version>
61+
<version>6.2.14.Final</version>
6262
<scope>test</scope>
6363
</dependency>
6464
<dependency>

0 commit comments

Comments
 (0)