File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ repositories {
3535
3636dependencies {
3737 testCompile " org.junit.jupiter:junit-jupiter-api:${ junitJupiterVersion} "
38+ testCompile " org.junit.jupiter:junit-jupiter-params:${ junitJupiterVersion} "
3839 testRuntime " org.junit.jupiter:junit-jupiter-engine:${ junitJupiterVersion} "
3940 testRuntime " org.apache.logging.log4j:log4j-core:${ log4JVersion} "
4041 testRuntime " org.apache.logging.log4j:log4j-jul:${ log4JVersion} "
Original file line number Diff line number Diff line change 1313 <properties >
1414 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
1515 <java .version>1.8</java .version>
16- <junit .jupiter.version>5.0.0 </junit .jupiter.version>
17- <junit .platform.version>1.0.0 </junit .platform.version>
16+ <junit .jupiter.version>5.0.1 </junit .jupiter.version>
17+ <junit .platform.version>1.0.1 </junit .platform.version>
1818 </properties >
1919
2020 <pluginRepositories >
4343 <version >${junit.jupiter.version} </version >
4444 <scope >test</scope >
4545 </dependency >
46+ <dependency >
47+ <groupId >org.junit.jupiter</groupId >
48+ <artifactId >junit-jupiter-params</artifactId >
49+ <version >${junit.jupiter.version} </version >
50+ <scope >test</scope >
51+ </dependency >
4652 <dependency >
4753 <groupId >org.junit.platform</groupId >
4854 <artifactId >junit-platform-launcher</artifactId >
You can’t perform that action at this time.
0 commit comments