File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
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.10.2 </version >
23
+ <version >5.10.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.10.2 </version >
34
+ <version >5.10.3 </version >
35
35
<scope >test</scope >
36
36
</dependency >
37
37
<dependency >
44
44
<dependency >
45
45
<groupId >org.junit.jupiter</groupId >
46
46
<artifactId >junit-jupiter-api</artifactId >
47
- <version >5.10.2 </version >
47
+ <version >5.10.3 </version >
48
48
<scope >test</scope >
49
49
</dependency >
50
50
<dependency >
125
125
<plugin >
126
126
<groupId >com.github.spotbugs</groupId >
127
127
<artifactId >spotbugs-maven-plugin</artifactId >
128
- <version >4.8.6.0 </version >
128
+ <version >4.8.6.1 </version >
129
129
<configuration >
130
130
<excludeFilterFile >spotbugs-exclude.xml</excludeFilterFile >
131
131
<includeTests >true</includeTests >
You can’t perform that action at this time.
0 commit comments