Skip to content

Commit

Permalink
Update junit5 monorepo (#1028)
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 Dec 17, 2024
1 parent 46b2ca0 commit 0dc402b
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 @@ -105,7 +105,7 @@ sonarqube {

def versions = [
pact_version: '4.6.16',
junit_jupiter: '5.11.3'
junit_jupiter: '5.11.4'
]

configurations.all {
Expand Down Expand Up @@ -159,7 +159,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.11.3'
contractTestRuntimeOnly group: 'org.junit.platform', name: 'junit-platform-commons', version: '1.11.4'

testImplementation(group: 'org.springframework.boot', name: 'spring-boot-starter-test'){
exclude(module: 'commons-logging')
Expand Down

0 comments on commit 0dc402b

Please sign in to comment.