Commit 7977827 1 parent cb0b9ac commit 7977827 Copy full SHA for 7977827
File tree 3 files changed +3
-2
lines changed
3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ buildscript {
7
7
jacksonVersion = ' 2.18.2'
8
8
nettyVersion = ' 4.1.118.Final'
9
9
junitJupiterVersion = ' 5.11.4'
10
+ junitVintageVersion = ' 4.13.2'
10
11
slf4jVersion = ' 2.0.17'
11
12
logbackVersion = ' 1.5.17'
12
13
graalvmVersion = ' 24.1.2'
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ dependencies {
15
15
16
16
testImplementation " org.hamcrest:hamcrest:3.0"
17
17
testImplementation " org.junit.jupiter:junit-jupiter:${ junitJupiterVersion} "
18
- testCompileOnly ' junit:junit:4.13.2 '
18
+ testCompileOnly " junit:junit:${ junitVintageVersion } "
19
19
testRuntimeOnly " org.junit.vintage:junit-vintage-engine:${ junitJupiterVersion} "
20
20
21
21
testImplementation " org.mockito:mockito-core:5.15.2"
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ dependencies {
38
38
implementation " org.reflections:reflections:0.10.2"
39
39
40
40
testImplementation " org.junit.jupiter:junit-jupiter:${ junitJupiterVersion} "
41
- testCompileOnly ' junit:junit:4.13.2 '
41
+ testCompileOnly " junit:junit:${ junitVintageVersion } "
42
42
testRuntimeOnly " org.junit.vintage:junit-vintage-engine:${ junitJupiterVersion} "
43
43
testImplementation " org.hamcrest:hamcrest:3.0"
44
44
testImplementation " org.mockito:mockito-core:5.15.2"
You can’t perform that action at this time.
0 commit comments