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 {
33}
44
55dependencies {
6- testImplementation ' org.junit.jupiter:junit-jupiter'
6+ testImplementation libs. junitJupiter
7+ testRuntimeOnly libs. junitPlatformLauncher
78 testImplementation libs. assertj
89 testImplementation libs. mockitoCore
910}
Original file line number Diff line number Diff line change @@ -3,13 +3,15 @@ assertj = "3.24.2"
33mockito = " 5.5.0"
44javaFormatForPlugins = " 0.0.43"
55jsr305 = " 3.0.2"
6- junit = " 5.10.5 "
6+ junit = " 5.12.1 "
77
88[libraries ]
99assertj = { module = " org.assertj:assertj-core" , version.ref = " assertj" }
1010javaFormatForPlugins = { module = " io.spring.javaformat:spring-javaformat-checkstyle" , version.ref = " javaFormatForPlugins" }
1111jsr305 = { module = " com.google.code.findbugs:jsr305" , version.ref = " jsr305" }
1212junitBom = { 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" }
1315mockitoCore = { module = " org.mockito:mockito-core" , version.ref = " mockito" }
1416
1517# plugin dependencies
You can’t perform that action at this time.
0 commit comments