Skip to content

Commit

Permalink
Update junit5 monorepo to v5.10.3 (#299)
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 Jun 28, 2024
1 parent 660077e commit 316d71d
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 @@ -167,9 +167,9 @@ dependencies {
contractTestImplementation group: 'au.com.dius.pact.consumer', name: 'junit5', version: '4.1.11'
contractTestRuntimeOnly group: 'au.com.dius.pact.consumer', name: 'junit5', version: '4.1.11'
contractTestImplementation group: 'org.springframework.boot', name: 'spring-boot-starter-test'
contractTestImplementation("org.junit.jupiter:junit-jupiter-api:5.10.2")
contractTestRuntimeOnly ("org.junit.jupiter:junit-jupiter-engine:5.10.2")
contractTestImplementation('org.junit.jupiter:junit-jupiter-api:5.10.2')
contractTestImplementation("org.junit.jupiter:junit-jupiter-api:5.10.3")
contractTestRuntimeOnly ("org.junit.jupiter:junit-jupiter-engine:5.10.3")
contractTestImplementation('org.junit.jupiter:junit-jupiter-api:5.10.3')

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

0 comments on commit 316d71d

Please sign in to comment.