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 ->
7070 ext. jspVersion = " 2.3.2-b02"
7171 ext. jtaVersion = " 1.2"
7272 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 '
7575 ext. kotlinVersion = " 1.1.1" // also change kotlin-gradle-plugin version when upgrading
7676 ext. log4jVersion = ' 2.8.1'
7777 ext. nettyVersion = " 4.1.9.Final"
Original file line number Diff line number Diff line change 11/*
2- * Copyright 2002-2016 the original author or authors.
2+ * Copyright 2002-2017 the original author or authors.
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.
1616
1717package org .springframework .test .context .junit ;
1818
19- import org .junit .platform .runner .IncludeClassNamePatterns ;
20- import org .junit .platform .runner .IncludeEngines ;
2119import 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 ;
2424import org .junit .runner .RunWith ;
2525
2626/**
You can’t perform that action at this time.
0 commit comments