Skip to content

Commit e5e5d2d

Browse files
authored
Bump junit version from 5.11.4 to 5.12.0 (#3999)
Add runtime dependency to "org.junit.platform:junit-platform-launcher" as per junit-team/junit-framework#4335 (comment) Signed-off-by: Violeta Georgieva <[email protected]>
1 parent 5ba26bd commit e5e5d2d

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

gradle/dependencies.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ext {
99
cglibVersion = "3.3.0"
1010
javaObjectLayoutVersion = "0.17"
1111
jmhVersion = "1.37"
12-
junitVersion = "5.11.4"
12+
junitVersion = "5.12.0"
1313
logbackVersion = "1.2.13"
1414
mockitoVersion = "4.11.0"
1515
slf4jVersion = "1.7.36"

reactor-test/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2011-2024 VMware Inc. or its affiliates, All Rights Reserved.
2+
* Copyright (c) 2011-2025 VMware Inc. or its affiliates, All Rights Reserved.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -43,6 +43,7 @@ dependencies {
4343
testImplementation platform("org.junit:junit-bom:$junitVersion")
4444
testImplementation "org.junit.jupiter:junit-jupiter-api"
4545
testImplementation "org.junit.jupiter:junit-jupiter-params"
46+
testRuntimeOnly "org.junit.platform:junit-platform-launcher"
4647
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine"
4748

4849
testRuntimeOnly "ch.qos.logback:logback-classic:$logbackVersion"

reactor-tools/src/buildPluginTest/resources/mock-gradle/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2021 VMware Inc. or its affiliates, All Rights Reserved.
2+
* Copyright (c) 2021-2025 VMware Inc. or its affiliates, All Rights Reserved.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -51,6 +51,7 @@ dependencies {
5151

5252
testImplementation platform("org.junit:junit-bom:@JUNIT_BOM_VERSION@")
5353
testImplementation "org.junit.jupiter:junit-jupiter-api"
54+
testRuntimeOnly "org.junit.platform:junit-platform-launcher"
5455
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine"
5556

5657
testImplementation "org.assertj:assertj-core:3.23.1"

0 commit comments

Comments
 (0)