File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
spring-test/src/test/java/org/springframework/test/context/junit Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -70,8 +70,8 @@ configure(allprojects) { project ->
70
70
ext. jspVersion = " 2.3.2-b02"
71
71
ext. jtaVersion = " 1.2"
72
72
ext. junitVersion = " 4.12"
73
- ext. junitJupiterVersion = ' 5.0.0-M3 '
74
- ext. junitPlatformVersion = ' 1.0.0-M3 '
73
+ ext. junitJupiterVersion = ' 5.0.0-M4 '
74
+ ext. junitPlatformVersion = ' 1.0.0-M4 '
75
75
ext. kotlinVersion = " 1.1.1" // also change kotlin-gradle-plugin version when upgrading
76
76
ext. log4jVersion = ' 2.8.1'
77
77
ext. nettyVersion = " 4.1.9.Final"
Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2002-2016 the original author or authors.
2
+ * Copyright 2002-2017 the original author or authors.
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.
16
16
17
17
package org .springframework .test .context .junit ;
18
18
19
- import org .junit .platform .runner .IncludeClassNamePatterns ;
20
- import org .junit .platform .runner .IncludeEngines ;
21
19
import org .junit .platform .runner .JUnitPlatform ;
22
- import org .junit .platform .runner .SelectPackages ;
23
- import org .junit .platform .runner .UseTechnicalNames ;
20
+ import org .junit .platform .suite .api .IncludeClassNamePatterns ;
21
+ import org .junit .platform .suite .api .IncludeEngines ;
22
+ import org .junit .platform .suite .api .SelectPackages ;
23
+ import org .junit .platform .suite .api .UseTechnicalNames ;
24
24
import org .junit .runner .RunWith ;
25
25
26
26
/**
You can’t perform that action at this time.
0 commit comments