File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
reactor-tools/src/buildPluginTest/resources/mock-gradle Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 9
9
cglibVersion = " 3.3.0"
10
10
javaObjectLayoutVersion = " 0.17"
11
11
jmhVersion = " 1.37"
12
- junitVersion = " 5.11.4 "
12
+ junitVersion = " 5.12.0 "
13
13
logbackVersion = " 1.2.13"
14
14
mockitoVersion = " 4.11.0"
15
15
slf4jVersion = " 1.7.36"
Original file line number Diff line number Diff line change 1
1
/*
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.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -43,6 +43,7 @@ dependencies {
43
43
testImplementation platform(" org.junit:junit-bom:$junitVersion " )
44
44
testImplementation " org.junit.jupiter:junit-jupiter-api"
45
45
testImplementation " org.junit.jupiter:junit-jupiter-params"
46
+ testRuntimeOnly " org.junit.platform:junit-platform-launcher"
46
47
testRuntimeOnly " org.junit.jupiter:junit-jupiter-engine"
47
48
48
49
testRuntimeOnly " ch.qos.logback:logback-classic:$logbackVersion "
Original file line number Diff line number Diff line change 1
1
/*
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.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -51,6 +51,7 @@ dependencies {
51
51
52
52
testImplementation platform(" org.junit:junit-bom:@JUNIT_BOM_VERSION@" )
53
53
testImplementation " org.junit.jupiter:junit-jupiter-api"
54
+ testRuntimeOnly " org.junit.platform:junit-platform-launcher"
54
55
testRuntimeOnly " org.junit.jupiter:junit-jupiter-engine"
55
56
56
57
testImplementation " org.assertj:assertj-core:3.23.1"
You can’t perform that action at this time.
0 commit comments