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 Aug 21, 2024
1 parent ed58eae commit 20d1431
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 @@ def versions = [
feignForm : '3.8.0',
jackson : '2.17.1',
jjwt : '0.12.6',
jupiter : '5.10.2',
jupiter : '5.11.0',
lombok : '1.18.34',
mockito : '5.12.0',
springBoot : '3.3.2'
Expand Down Expand Up @@ -135,7 +135,7 @@ dependencies {
testImplementation group: 'org.mockito', name: 'mockito-core', version: versions.mockito

testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: versions.jupiter
testRuntimeOnly group: 'org.junit.platform', name: 'junit-platform-launcher', version: '1.10.2'
testRuntimeOnly group: 'org.junit.platform', name: 'junit-platform-launcher', version: '1.11.0'

}

Expand Down

0 comments on commit 20d1431

Please sign in to comment.