Skip to content

Commit

Permalink
Update junit5 monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 22, 2023
1 parent e21bb6b commit 098cc1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ def versions = [
mockito : '3.7.7',
serenity : '2.4.5',
pact_version : '4.1.7',
junit_jupiter : '5.7.1',
junit_jupiter : '5.10.0',
lombok : '1.18.28'
]

Expand Down Expand Up @@ -403,7 +403,7 @@ dependencies {
contractTestImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: versions.junit_jupiter
contractTestRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: versions.junit_jupiter
contractTestImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: versions.junit_jupiter
contractTestRuntimeOnly group: 'org.junit.platform', name: 'junit-platform-commons', version: '1.8.2'
contractTestRuntimeOnly group: 'org.junit.platform', name: 'junit-platform-commons', version: '1.10.0'
contractTestImplementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.12.4'
contractTestImplementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.11.4'
contractTestImplementation group: 'org.springframework.cloud', name: 'spring-cloud-starter-openfeign', version: '2.2.7.RELEASE'
Expand Down

0 comments on commit 098cc1b

Please sign in to comment.