File tree 1 file changed +5
-5
lines changed 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 20
20
<dependency >
21
21
<groupId >org.junit</groupId >
22
22
<artifactId >junit-bom</artifactId >
23
- <version >5.11.2 </version >
23
+ <version >5.11.3 </version >
24
24
<type >pom</type >
25
25
<scope >import</scope >
26
26
</dependency >
31
31
<dependency >
32
32
<groupId >org.junit.jupiter</groupId >
33
33
<artifactId >junit-jupiter</artifactId >
34
- <version >5.11.2 </version >
34
+ <version >5.11.3 </version >
35
35
<scope >test</scope >
36
36
</dependency >
37
37
<dependency >
43
43
<dependency >
44
44
<groupId >org.mockito</groupId >
45
45
<artifactId >mockito-core</artifactId >
46
- <version >5.14.1 </version >
46
+ <version >5.14.2 </version >
47
47
<scope >test</scope >
48
48
</dependency >
49
49
50
50
51
51
<dependency >
52
52
<groupId >org.junit.jupiter</groupId >
53
53
<artifactId >junit-jupiter-api</artifactId >
54
- <version >5.11.2 </version >
54
+ <version >5.11.3 </version >
55
55
<scope >test</scope >
56
56
</dependency >
57
57
<dependency >
132
132
<plugin >
133
133
<groupId >com.github.spotbugs</groupId >
134
134
<artifactId >spotbugs-maven-plugin</artifactId >
135
- <version >4.8.6.4 </version >
135
+ <version >4.8.6.5 </version >
136
136
<configuration >
137
137
<excludeFilterFile >spotbugs-exclude.xml</excludeFilterFile >
138
138
<includeTests >true</includeTests >
You can’t perform that action at this time.
0 commit comments