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 1, 2024
1 parent d36fb5e commit 6f9b105
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -259,19 +259,19 @@ dependencies {
}

testImplementation group: 'pl.pragmatists', name: 'JUnitParams', version: '1.1.1'
testImplementation group: 'net.javacrumbs.json-unit', name: 'json-unit-assertj', version: '2.36.1'
testImplementation group: 'net.javacrumbs.json-unit', name: 'json-unit-assertj', version: '3.5.0'
testImplementation group: 'org.pitest', name: 'pitest', version: '1.11.7'
testImplementation group: 'info.solidsoft.gradle.pitest', name: 'gradle-pitest-plugin', version: pitest.pitestVersion.get()
testImplementation group: 'org.codehaus.sonar-plugins', name: 'sonar-pitest-plugin', version: '0.5'
testImplementation group: 'com.github.tomakehurst', name: 'wiremock-jre8', version: '2.35.0', {
testImplementation group: 'com.github.tomakehurst', name: 'wiremock-jre8', version: '3.0.1', {
exclude group: 'junit', module: 'junit'
}
testImplementation group: 'com.typesafe', name: 'config', version: '1.4.2'
testImplementation group: 'junit', name: 'junit', version: '4.13.2'
testRuntimeOnly group: 'org.junit.vintage', name: 'junit-vintage-engine', version: '5.9.2'
testImplementation group: 'org.apiguardian', name: 'apiguardian-api', version: '1.1.2'

integrationTestImplementation(group: 'org.springframework.cloud', name: 'spring-cloud-contract-wiremock', version: '3.1.6') {
integrationTestImplementation(group: 'org.springframework.cloud', name: 'spring-cloud-contract-wiremock', version: '4.1.4') {
exclude group: "com.github.tomakehurst", module: "wiremock-standalone"
}

Expand Down

0 comments on commit 6f9b105

Please sign in to comment.