Skip to content

Commit 4ad5aba

Browse files
authored
Update resteasy and junit dependencies (#325)
1 parent 939c6ff commit 4ad5aba

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
@@ -48,13 +48,13 @@ xsi:schemaLocation=
4848
<dependency>
4949
<groupId>org.jboss.resteasy</groupId>
5050
<artifactId>resteasy-client</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-json-binding-provider</artifactId>
57-
<version>6.2.12.Final</version>
57+
<version>6.2.14.Final</version>
5858
<scope>test</scope>
5959
</dependency>
6060
<dependency>

start/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@ xsi:schemaLocation=
4848
<dependency>
4949
<groupId>org.jboss.resteasy</groupId>
5050
<artifactId>resteasy-client</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-json-binding-provider</artifactId>
57-
<version>6.2.12.Final</version>
57+
<version>6.2.14.Final</version>
5858
<scope>test</scope>
5959
</dependency>
6060
<dependency>

0 commit comments

Comments
 (0)