Skip to content

Commit 0553d2e

Browse files
authored
Upgrade wiremock to 2.27.2 (#97)
1 parent c852d41 commit 0553d2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wiremock-spring-boot-starter/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ group = 'com.epages'
1717
description = 'Spring Boot Starter for adding a WireMock server to your integration test'
1818

1919
dependencies {
20-
api 'com.github.tomakehurst:wiremock-standalone:2.18.0'
20+
api 'com.github.tomakehurst:wiremock-standalone:2.27.2'
2121

2222
implementation 'org.springframework.boot:spring-boot-starter-test'
2323
implementation 'org.springframework.boot:spring-boot-starter'

0 commit comments

Comments
 (0)