Skip to content

Commit

Permalink
Update junit5 monorepo (#775)
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 Nov 6, 2023
1 parent e350cd9 commit 7af343e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def versions = [
jackson: '2.15.3',
jsonAssert: '1.5.1',
junit: '4.13.2',
junit5: '5.10.0',
junit5: '5.10.1',
lombok: '1.18.30',
logbackVersion: '1.2.10',
pact_version: '4.1.7',
Expand Down Expand Up @@ -414,7 +414,7 @@ dependencies {
contractTestImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: versions.junit5
contractTestRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: versions.junit5
contractTestImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: versions.junit5
contractTestRuntimeOnly "org.junit.platform:junit-platform-commons:1.10.0"
contractTestRuntimeOnly "org.junit.platform:junit-platform-commons:1.10.1"


}
Expand Down

0 comments on commit 7af343e

Please sign in to comment.