Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

Commit

Permalink
updated restassured and wiremock
Browse files Browse the repository at this point in the history
  • Loading branch information
retog committed Oct 16, 2015
1 parent 65e4f02 commit 60d1637
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -153,13 +153,13 @@
<dependency>
<groupId>com.jayway.restassured</groupId>
<artifactId>rest-assured</artifactId>
<version>2.3.1</version>
<version>2.6.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.github.tomakehurst</groupId>
<artifactId>wiremock</artifactId>
<version>1.47</version>
<version>1.57</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 60d1637

Please sign in to comment.