Skip to content

Commit 794c30f

Browse files
committed
Upgrade test dependencies
1 parent ec9f02d commit 794c30f

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

develocity-conventions-core/build.gradle

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,11 @@ repositories {
1111
}
1212

1313
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")
1616
testImplementation("org.mockito:mockito-core:4.11.0")
17+
18+
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.13.0")
1719
}
1820

1921
publishing {

develocity-conventions-gradle-plugin/build.gradle

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,11 @@ dependencies {
1515
implementation(project(":develocity-conventions-core"))
1616
implementation("com.gradle:develocity-gradle-plugin:3.19.2")
1717

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")
2020
testImplementation("org.mockito:mockito-core:4.11.0")
21+
22+
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.13.0")
2123
}
2224

2325
gradlePlugin {

develocity-conventions-maven-extension/build.gradle

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,11 @@ dependencies {
1717
implementation("com.gradle:develocity-maven-extension:1.23.2")
1818
implementation(project(":develocity-conventions-core"))
1919

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")
2222
testImplementation("org.mockito:mockito-core:4.11.0")
23+
24+
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.13.0")
2325
}
2426

2527
publishing {

0 commit comments

Comments
 (0)