Skip to content

Commit

Permalink
Merge pull request #180 from hmcts/pcq-1965
Browse files Browse the repository at this point in the history
PCQ-1965 junit upgrade
  • Loading branch information
priyankaVerma21 authored Sep 30, 2024
2 parents c02696a + a0088d2 commit be25b38
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@ def versions = [
feignForm : '3.8.0',
jackson : '2.17.2',
jjwt : '0.12.6',
jupiter : '5.10.2',
junit : '5.11.1',
junitPlatform : '1.11.1',
lombok : '1.18.34',
mockito : '5.13.0',
springBoot : '3.3.4'
Expand All @@ -130,12 +131,11 @@ dependencies {
testImplementation group: 'org.springframework.boot', name: 'spring-boot-starter-test', version: versions.springBoot
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.13.0'
testImplementation group: 'org.mockito', name: 'mockito-inline', version: '5.2.0'

testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: versions.jupiter
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'
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: versions.junit
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: versions.junit
testRuntimeOnly group: 'org.junit.platform', name: 'junit-platform-launcher', version: versions.junitPlatform
testRuntimeOnly group: 'org.junit.platform', name: 'junit-platform-commons', version: versions.junitPlatform

}

Expand Down

0 comments on commit be25b38

Please sign in to comment.