File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 16
16
<dependency >
17
17
<groupId >org.testng</groupId >
18
18
<artifactId >testng</artifactId >
19
- <version >7.10.2 </version >
19
+ <version >7.11.0 </version >
20
20
<scope >test</scope >
21
21
</dependency >
22
22
<dependency >
23
23
<groupId >org.slf4j</groupId >
24
24
<artifactId >slf4j-api</artifactId >
25
- <version >2.0.16 </version >
25
+ <version >2.0.17 </version >
26
26
<scope >test</scope >
27
27
</dependency >
28
28
<dependency >
29
29
<groupId >org.slf4j</groupId >
30
30
<artifactId >slf4j-simple</artifactId >
31
- <version >2.0.16 </version >
31
+ <version >2.0.17 </version >
32
32
<scope >test</scope >
33
33
</dependency >
34
34
</dependencies >
Original file line number Diff line number Diff line change 141
141
<plugin >
142
142
<groupId >com.github.spotbugs</groupId >
143
143
<artifactId >spotbugs-maven-plugin</artifactId >
144
- <version >4.9.2 .0</version >
144
+ <version >4.9.3 .0</version >
145
145
<configuration >
146
146
<excludeFilterFile >spotbugs.xml</excludeFilterFile >
147
147
</configuration >
173
173
<plugin >
174
174
<groupId >org.apache.maven.plugins</groupId >
175
175
<artifactId >maven-site-plugin</artifactId >
176
- <version >3.20 .0</version >
176
+ <version >3.21 .0</version >
177
177
</plugin >
178
178
<plugin >
179
179
<groupId >org.apache.maven.plugins</groupId >
180
180
<artifactId >maven-surefire-plugin</artifactId >
181
- <version >3.5.2 </version >
181
+ <version >3.5.3 </version >
182
182
</plugin >
183
183
<plugin >
184
184
<groupId >org.apache.maven.plugins</groupId >
Original file line number Diff line number Diff line change 15
15
<dependency >
16
16
<groupId >org.apache.ant</groupId >
17
17
<artifactId >ant</artifactId >
18
- <version >1.10.14 </version >
18
+ <version >1.10.15 </version >
19
19
<scope >provided</scope >
20
20
<optional >true</optional >
21
21
</dependency >
You can’t perform that action at this time.
0 commit comments