Skip to content

Commit 0e5591e

Browse files
Bump wiremock from 2.20.0 to 2.21.0
Bumps [wiremock](https://github.com/tomakehurst/wiremock) from 2.20.0 to 2.21.0. - [Release notes](https://github.com/tomakehurst/wiremock/releases) - [Changelog](https://github.com/tomakehurst/wiremock/blob/master/release-settings.gradle) - [Commits](wiremock/wiremock@2.20.0...2.21.0) Signed-off-by: dependabot[bot] <[email protected]>
1 parent dfd3e70 commit 0e5591e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kafka-connect-rest-source/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies {
88
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.4.0'
99
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.4.0'
1010
testImplementation group: 'org.mockito', name: 'mockito-core', version: '2.27.0'
11-
testImplementation group: 'com.github.tomakehurst', name: 'wiremock', version: '2.21.0'
11+
testImplementation group: 'com.github.tomakehurst', name: 'wiremock', version: '2.23.2'
1212

1313
testImplementation group: 'org.apache.kafka', name: 'connect-api', version: kafkaVersion
1414
}

0 commit comments

Comments
 (0)