Skip to content
This repository was archived by the owner on Sep 22, 2022. It is now read-only.

Commit ecd2b96

Browse files
authored
Merge pull request #18 from nwholloway/wiremock-upgrade
Upgrade wiremock
2 parents 8e571ee + 266eb13 commit ecd2b96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies {
2222
implementation 'org.springframework.boot:spring-boot-starter-aop'
2323
implementation "io.grpc:grpc-all:${grpcVersion}"
2424
implementation 'org.xerial.snappy:snappy-java:1.1.8.4'
25-
implementation 'com.github.tomakehurst:wiremock-standalone:2.27.2'
25+
implementation 'com.github.tomakehurst:wiremock-jre8-standalone:2.30.1'
2626
}
2727

2828
protobuf {

0 commit comments

Comments
 (0)