Skip to content

Commit

Permalink
Update junit5 monorepo (#1827)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 16, 2024
1 parent 123f4f8 commit f09e560
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -434,8 +434,8 @@ repositories {

def versions = [
jackson : '2.16.0',
junit : '5.10.2',
junitPlatform : '1.10.2',
junit : '5.10.3',
junitPlatform : '1.10.3',
lombok : '1.18.32',
pact : '4.1.34',
springBoot : springBoot.class.package.implementationVersion
Expand Down Expand Up @@ -539,10 +539,10 @@ dependencies {

contractTestImplementation group: 'au.com.dius.pact.consumer', name: 'junit5', version: '4.1.41'
contractTestImplementation group: 'au.com.dius.pact.consumer', name: 'java8', version: '4.1.42'
contractTestImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.10.2'
contractTestRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.10.2'
contractTestImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.10.2'
contractTestRuntimeOnly group: 'org.junit.platform', name: 'junit-platform-commons', version: '1.10.2'
contractTestImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.10.3'
contractTestRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.10.3'
contractTestImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.10.3'
contractTestRuntimeOnly group: 'org.junit.platform', name: 'junit-platform-commons', version: '1.10.3'

contractTestImplementation sourceSets.main.runtimeClasspath
contractTestImplementation sourceSets.test.runtimeClasspath
Expand Down

0 comments on commit f09e560

Please sign in to comment.