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 {
24
24
implementation group : ' fr.inria.gforge.spoon' , name : ' spoon-core' , version : ' +'
25
25
implementation group : ' commons-cli' , name : ' commons-cli' , version : ' 1.9.0'
26
26
implementation group : ' tools.aqua' , name : ' z3-turnkey' , version : ' 4.14.0'
27
- testImplementation(" org.junit.jupiter:junit-jupiter:5.12.2 " )
27
+ testImplementation(" org.junit.jupiter:junit-jupiter:5.13.1 " )
28
28
}
29
29
30
30
application {
Original file line number Diff line number Diff line change 44
44
<dependency >
45
45
<groupId >org.junit.jupiter</groupId >
46
46
<artifactId >junit-jupiter-engine</artifactId >
47
- <version >5.12.2 </version >
47
+ <version >5.13.1 </version >
48
48
<scope >test</scope >
49
49
</dependency >
50
50
<dependency >
51
51
<groupId >org.junit.jupiter</groupId >
52
52
<artifactId >junit-jupiter-params</artifactId >
53
- <version >5.12.2 </version >
53
+ <version >5.13.1 </version >
54
54
<scope >test</scope >
55
55
</dependency >
56
56
<dependency >
57
57
<groupId >org.junit.platform</groupId >
58
58
<artifactId >junit-platform-launcher</artifactId >
59
- <version >1.12.2 </version >
59
+ <version >1.13.1 </version >
60
60
<scope >test</scope >
61
61
</dependency >
62
62
<dependency >
Original file line number Diff line number Diff line change 149
149
<dependency >
150
150
<groupId >org.junit.jupiter</groupId >
151
151
<artifactId >junit-jupiter-engine</artifactId >
152
- <version >5.12.2 </version >
152
+ <version >5.13.1 </version >
153
153
<scope >test</scope >
154
154
</dependency >
155
155
<dependency >
You can’t perform that action at this time.
0 commit comments