File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,8 @@ plugins {
3
3
}
4
4
5
5
dependencies {
6
- testImplementation ' org.junit.jupiter:junit-jupiter'
6
+ testImplementation libs. junitJupiter
7
+ testRuntimeOnly libs. junitPlatformLauncher
7
8
testImplementation libs. assertj
8
9
testImplementation libs. mockitoCore
9
10
}
Original file line number Diff line number Diff line change @@ -3,13 +3,15 @@ assertj = "3.24.2"
3
3
mockito = " 5.5.0"
4
4
javaFormatForPlugins = " 0.0.43"
5
5
jsr305 = " 3.0.2"
6
- junit = " 5.10.5 "
6
+ junit = " 5.12.1 "
7
7
8
8
[libraries ]
9
9
assertj = { module = " org.assertj:assertj-core" , version.ref = " assertj" }
10
10
javaFormatForPlugins = { module = " io.spring.javaformat:spring-javaformat-checkstyle" , version.ref = " javaFormatForPlugins" }
11
11
jsr305 = { module = " com.google.code.findbugs:jsr305" , version.ref = " jsr305" }
12
12
junitBom = { module = " org.junit:junit-bom" , version.ref = " junit" }
13
+ junitJupiter = { module = " org.junit.jupiter:junit-jupiter" }
14
+ junitPlatformLauncher = { module = " org.junit.platform:junit-platform-launcher" }
13
15
mockitoCore = { module = " org.mockito:mockito-core" , version.ref = " mockito" }
14
16
15
17
# plugin dependencies
You can’t perform that action at this time.
0 commit comments