Skip to content

Commit

Permalink
Update junit5 monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 2, 2024
1 parent 16ddc83 commit 17eb6ca
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 @@ -167,7 +167,7 @@ ext {
restAssuredVersion = '4.3.0!!'
lombokVersion = "1.18.36"
junit_version = "4.12"
junitJupiterVersion = '5.9.3'
junitJupiterVersion = '5.11.3'
junitVintageVersion = '5.11.3'
powermockVersion = '2.0.9'
springSecurity = '6.4.1'
Expand Down Expand Up @@ -210,7 +210,7 @@ dependencies {
testImplementation group:'org.mockito', name: 'mockito-junit-jupiter', version:'5.14.2'
testImplementation group: 'org.powermock', name: 'powermock-api-mockito2', version: powermockVersion
testImplementation group: 'org.powermock', name: 'powermock-module-junit4', version: powermockVersion
testRuntimeOnly "org.junit.platform:junit-platform-commons:1.9.3"
testRuntimeOnly "org.junit.platform:junit-platform-commons:1.11.3"
implementation group: 'org.projectlombok', name: 'lombok', version: lombokVersion
annotationProcessor group: 'org.projectlombok', name: 'lombok', version: lombokVersion
testAnnotationProcessor group: 'org.projectlombok', name: 'lombok', version: lombokVersion
Expand Down

0 comments on commit 17eb6ca

Please sign in to comment.