Skip to content

Commit

Permalink
Update Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 14, 2024
1 parent 4dcdd65 commit 376291e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -450,10 +450,10 @@ dependencies {
testImplementation group: 'com.azure', name: 'azure-core', version: '1.46.0'
testImplementation group: 'com.azure', name: 'azure-messaging-servicebus', version: '7.15.1'

testImplementation group: 'org.mockito', name: 'mockito-core', version: '4.11.0'
testImplementation group: 'net.javacrumbs.json-unit', name: 'json-unit', version: '2.37.0'
testImplementation group: 'org.mockito', name: 'mockito-junit-jupiter', version: '4.11.0'
testImplementation group: 'net.javacrumbs.json-unit', name: 'json-unit-fluent', version: '2.37.0'
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.14.2'
testImplementation group: 'net.javacrumbs.json-unit', name: 'json-unit', version: '3.5.0'
testImplementation group: 'org.mockito', name: 'mockito-junit-jupiter', version: '5.14.2'
testImplementation group: 'net.javacrumbs.json-unit', name: 'json-unit-fluent', version: '3.5.0'

testImplementation group: 'io.github.artsok', name: 'rerunner-jupiter', version: '2.1.6'

Expand Down Expand Up @@ -483,7 +483,7 @@ dependencies {
testImplementation group: 'org.apache.qpid', name: 'qpid-broker-core', version: '8.0.6'
testImplementation group: 'org.apache.qpid', name: 'qpid-broker-plugins-amqp-1-0-protocol', version: '8.0.6'
testImplementation group: 'org.apache.qpid', name: 'qpid-broker-plugins-memory-store', version: '8.0.6'
testImplementation group: 'com.github.tomakehurst', name: 'wiremock', version: '2.27.2'
testImplementation group: 'com.github.tomakehurst', name: 'wiremock', version: '3.0.1'
//pact contract testing
contractTestImplementation group: 'au.com.dius.pact.consumer', name: 'junit5', version: '4.3.16'
contractTestImplementation group: 'au.com.dius.pact.consumer', name: 'java8', version: '4.1.7'
Expand Down

0 comments on commit 376291e

Please sign in to comment.