Skip to content

Commit 347b6ea

Browse files
author
Mathias Düsterhöft
committed
Release version: 0.7.25
1 parent bf7a994 commit 347b6ea

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ In gradle it would look like this:
5656

5757
```groovy
5858
dependencies {
59-
testCompile('com.epages:restdocs-wiremock:0.7.24')
59+
testCompile('com.epages:restdocs-wiremock:0.7.25')
6060
testCompile('org.springframework.restdocs:spring-restdocs-mockmvc')
6161
}
6262
```
@@ -79,7 +79,7 @@ When using maven:
7979
<dependency>
8080
<groupId>com.epages</groupId>
8181
<artifactId>restdocs-wiremock</artifactId>
82-
<version>0.7.24</version>
82+
<version>0.7.25</version>
8383
<scope>test</scope>
8484
</dependency>
8585
<dependency>
@@ -193,7 +193,7 @@ On the client side, add a dependency to the test-runtime to the jar containing t
193193
that, the JSON files can be accessed as classpath resources.
194194

195195
```groovy
196-
testRuntime (group:'com.epages', name:'restdocs-server', version:'0.7.24', classifier:'wiremock', ext:'jar')
196+
testRuntime (group:'com.epages', name:'restdocs-server', version:'0.7.25', classifier:'wiremock', ext:'jar')
197197
```
198198

199199
## How to use WireMock in your client tests
@@ -210,7 +210,7 @@ Services based on `spring-cloud-netflix`, i.e. using `feign` and `ribbon`, are a
210210
To add a dependency via gradle, extend your `build.gradle` with the following line:
211211

212212
```groovy
213-
testCompile('com.epages:wiremock-spring-boot-starter:0.7.24')
213+
testCompile('com.epages:wiremock-spring-boot-starter:0.7.25')
214214
```
215215

216216

@@ -220,7 +220,7 @@ When using maven, add the following dependency in test scope.
220220
<dependency>
221221
<groupId>com.epages</groupId>
222222
<artifactId>wiremock-spring-boot-starter</artifactId>
223-
<version>0.7.24</version>
223+
<version>0.7.25</version>
224224
<scope>test</scope>
225225
</dependency>
226226
```

0 commit comments

Comments
 (0)