Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit fb26ded

Browse files
authoredOct 30, 2023
Update junit5 monorepo
1 parent 16432b9 commit fb26ded

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
 

‎build.gradle

+4-4
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,8 @@ ext {
169169
restAssuredVersion = '4.3.0!!'
170170
lombokVersion = "1.18.30"
171171
junit_version = "4.12"
172-
junitJupiterVersion = '5.7.1'
173-
junitVintageVersion = '5.7.1'
172+
junitJupiterVersion = '5.10.0'
173+
junitVintageVersion = '5.10.0'
174174
powermockVersion = '2.0.9'
175175
springSecurity = '5.8.7'
176176
springCloudVersion = '2021.0.8'
@@ -203,14 +203,14 @@ dependencies {
203203

204204
testImplementation group: 'org.springframework.boot', name: 'spring-boot-starter-test'
205205

206-
testImplementation('org.junit.jupiter:junit-jupiter:5.6.0')
206+
testImplementation('org.junit.jupiter:junit-jupiter:5.10.0')
207207
testImplementation "org.junit.jupiter:junit-jupiter-api:${junitJupiterVersion}"
208208
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:${junitJupiterVersion}"
209209
testRuntimeOnly "org.junit.vintage:junit-vintage-engine:${junitVintageVersion}"
210210
testImplementation group:'org.mockito', name: 'mockito-junit-jupiter', version:'3.12.4'
211211
testImplementation group: 'org.powermock', name: 'powermock-api-mockito2', version: powermockVersion
212212
testImplementation group: 'org.powermock', name: 'powermock-module-junit4', version: powermockVersion
213-
testRuntimeOnly "org.junit.platform:junit-platform-commons:1.7.0"
213+
testRuntimeOnly "org.junit.platform:junit-platform-commons:1.10.0"
214214
compileOnly group: 'org.projectlombok', name: 'lombok', version: lombokVersion
215215
annotationProcessor group: 'org.projectlombok', name: 'lombok', version: lombokVersion
216216
testAnnotationProcessor group: 'org.projectlombok', name: 'lombok', version: lombokVersion

0 commit comments

Comments
 (0)
Please sign in to comment.