Skip to content

Commit a6b1117

Browse files
committed
Revert the version which is not available for java8
1 parent 14157a8 commit a6b1117

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

httpClient/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ repositories {
88

99
dependencies {
1010
testImplementation group: 'org.testng', name: 'testng', version: '7.5.1'
11-
testImplementation group: 'com.github.tomakehurst', name: 'wiremock-jre8', version: '3.0.1'
11+
testImplementation group: 'com.github.tomakehurst', name: 'wiremock-jre8', version: '2.35.0'
1212
}

0 commit comments

Comments
 (0)