File tree Expand file tree Collapse file tree 3 files changed +12
-6
lines changed
develocity-conventions-core
develocity-conventions-gradle-plugin
develocity-conventions-maven-extension Expand file tree Collapse file tree 3 files changed +12
-6
lines changed Original file line number Diff line number Diff line change @@ -11,9 +11,11 @@ repositories {
11
11
}
12
12
13
13
dependencies {
14
- testImplementation(" org.assertj:assertj-core:3.24 .2" )
15
- testImplementation(" org.junit.jupiter:junit-jupiter:5.10 .0" )
14
+ testImplementation(" org.assertj:assertj-core:3.27 .2" )
15
+ testImplementation(" org.junit.jupiter:junit-jupiter:5.13 .0" )
16
16
testImplementation(" org.mockito:mockito-core:4.11.0" )
17
+
18
+ testRuntimeOnly(" org.junit.platform:junit-platform-launcher:1.13.0" )
17
19
}
18
20
19
21
publishing {
Original file line number Diff line number Diff line change @@ -15,9 +15,11 @@ dependencies {
15
15
implementation(project(" :develocity-conventions-core" ))
16
16
implementation(" com.gradle:develocity-gradle-plugin:3.19.2" )
17
17
18
- testImplementation(" org.assertj:assertj-core:3.24 .2" )
19
- testImplementation(" org.junit.jupiter:junit-jupiter:5.10 .0" )
18
+ testImplementation(" org.assertj:assertj-core:3.27 .2" )
19
+ testImplementation(" org.junit.jupiter:junit-jupiter:5.13 .0" )
20
20
testImplementation(" org.mockito:mockito-core:4.11.0" )
21
+
22
+ testRuntimeOnly(" org.junit.platform:junit-platform-launcher:1.13.0" )
21
23
}
22
24
23
25
gradlePlugin {
Original file line number Diff line number Diff line change @@ -17,9 +17,11 @@ dependencies {
17
17
implementation(" com.gradle:develocity-maven-extension:1.23.2" )
18
18
implementation(project(" :develocity-conventions-core" ))
19
19
20
- testImplementation(" org.assertj:assertj-core:3.24 .2" )
21
- testImplementation(" org.junit.jupiter:junit-jupiter:5.10 .0" )
20
+ testImplementation(" org.assertj:assertj-core:3.27 .2" )
21
+ testImplementation(" org.junit.jupiter:junit-jupiter:5.13 .0" )
22
22
testImplementation(" org.mockito:mockito-core:4.11.0" )
23
+
24
+ testRuntimeOnly(" org.junit.platform:junit-platform-launcher:1.13.0" )
23
25
}
24
26
25
27
publishing {
You can’t perform that action at this time.
0 commit comments