File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ dependencies {
2424 implementation group : ' fr.inria.gforge.spoon' , name : ' spoon-core' , version : ' +'
2525 implementation group : ' commons-cli' , name : ' commons-cli' , version : ' 1.10.0'
2626 implementation group : ' tools.aqua' , name : ' z3-turnkey' , version : ' 4.14.1'
27- testImplementation(" org.junit.jupiter:junit-jupiter:5.13.4 " )
27+ testImplementation(" org.junit.jupiter:junit-jupiter:5.14.0 " )
2828}
2929
3030application {
Original file line number Diff line number Diff line change 4444 <dependency >
4545 <groupId >org.junit.jupiter</groupId >
4646 <artifactId >junit-jupiter-engine</artifactId >
47- <version >5.13.4 </version >
47+ <version >5.14.0 </version >
4848 <scope >test</scope >
4949 </dependency >
5050 <dependency >
5151 <groupId >org.junit.jupiter</groupId >
5252 <artifactId >junit-jupiter-params</artifactId >
53- <version >5.13.4 </version >
53+ <version >5.14.0 </version >
5454 <scope >test</scope >
5555 </dependency >
5656 <dependency >
5757 <groupId >org.junit.platform</groupId >
5858 <artifactId >junit-platform-launcher</artifactId >
59- <version >1.13.4 </version >
59+ <version >1.14.0 </version >
6060 <scope >test</scope >
6161 </dependency >
6262 <dependency >
Original file line number Diff line number Diff line change 149149 <dependency >
150150 <groupId >org.junit.jupiter</groupId >
151151 <artifactId >junit-jupiter-engine</artifactId >
152- <version >5.13.4 </version >
152+ <version >5.14.0 </version >
153153 <scope >test</scope >
154154 </dependency >
155155 <dependency >
You can’t perform that action at this time.
0 commit comments