|
76 | 76 | <dependency> |
77 | 77 | <groupId>com.github.spotbugs</groupId> |
78 | 78 | <artifactId>spotbugs-annotations</artifactId> |
79 | | - <version>4.9.3</version> |
| 79 | + <version>4.9.8</version> |
80 | 80 | </dependency> |
81 | 81 | <dependency> |
82 | 82 | <groupId>de.digitalcollections.commons</groupId> |
|
104 | 104 | <dependency> |
105 | 105 | <groupId>net.logstash.logback</groupId> |
106 | 106 | <artifactId>logstash-logback-encoder</artifactId> |
107 | | - <version>7.3</version> |
| 107 | + <version>7.4</version> |
108 | 108 | </dependency> |
109 | 109 | <dependency> |
110 | 110 | <groupId>nz.net.ultraq.thymeleaf</groupId> |
|
168 | 168 | <dependency> |
169 | 169 | <groupId>org.webjars.npm</groupId> |
170 | 170 | <artifactId>bootstrap</artifactId> |
171 | | - <version>5.3.6</version> |
| 171 | + <version>5.3.8</version> |
172 | 172 | <exclusions> |
173 | 173 | <exclusion> |
174 | 174 | <groupId>org.webjars</groupId> |
|
201 | 201 | <plugin> |
202 | 202 | <groupId>com.spotify.fmt</groupId> |
203 | 203 | <artifactId>fmt-maven-plugin</artifactId> |
204 | | - <version>2.27</version> |
| 204 | + <version>2.29</version> |
205 | 205 | <executions> |
206 | 206 | <execution> |
207 | 207 | <goals> |
|
213 | 213 | <plugin> |
214 | 214 | <groupId>com.github.spotbugs</groupId> |
215 | 215 | <artifactId>spotbugs-maven-plugin</artifactId> |
216 | | - <version>4.9.3.0</version> |
| 216 | + <version>4.9.8.2</version> |
217 | 217 | <dependencies> |
218 | 218 | <!-- overwrite dependency on spotbugs if you want to specify the version of spotbugs --> |
219 | 219 | <dependency> |
220 | 220 | <groupId>com.github.spotbugs</groupId> |
221 | 221 | <artifactId>spotbugs</artifactId> |
222 | | - <version>4.9.3</version> |
| 222 | + <version>4.9.8</version> |
223 | 223 | </dependency> |
224 | 224 | </dependencies> |
225 | 225 | <executions> |
|
241 | 241 | <!-- Spring Boot configures surefire by default, but not failsafe --> |
242 | 242 | <groupId>org.apache.maven.plugins</groupId> |
243 | 243 | <artifactId>maven-failsafe-plugin</artifactId> |
244 | | - <version>3.5.3</version> |
| 244 | + <version>3.5.4</version> |
245 | 245 | </plugin> |
246 | 246 | <plugin> |
247 | 247 | <groupId>org.apache.maven.plugins</groupId> |
|
280 | 280 | <plugin> |
281 | 281 | <groupId>org.apache.maven.plugins</groupId> |
282 | 282 | <artifactId>maven-surefire-plugin</artifactId> |
283 | | - <version>3.5.3</version> |
| 283 | + <version>3.5.4</version> |
284 | 284 | </plugin> |
285 | 285 | <plugin> |
286 | 286 | <groupId>org.codehaus.mojo</groupId> |
|
289 | 289 | <plugin> |
290 | 290 | <groupId>org.jacoco</groupId> |
291 | 291 | <artifactId>jacoco-maven-plugin</artifactId> |
292 | | - <version>0.8.13</version> |
| 292 | + <version>0.8.14</version> |
293 | 293 | <executions> |
294 | 294 | <execution> |
295 | 295 | <id>pre-unit-test</id> |
|
313 | 313 | <plugin> |
314 | 314 | <groupId>org.sonatype.central</groupId> |
315 | 315 | <artifactId>central-publishing-maven-plugin</artifactId> |
316 | | - <version>0.7.0</version> |
| 316 | + <version>0.9.0</version> |
317 | 317 | <extensions>true</extensions> |
318 | 318 | <configuration> |
319 | 319 | <publishingServerId>central</publishingServerId> |
|
383 | 383 | <plugin> |
384 | 384 | <groupId>org.apache.maven.plugins</groupId> |
385 | 385 | <artifactId>maven-gpg-plugin</artifactId> |
386 | | - <version>3.2.7</version> |
| 386 | + <version>3.2.8</version> |
387 | 387 | <executions> |
388 | 388 | <execution> |
389 | 389 | <id>sign-artifacts</id> |
|
404 | 404 | <plugin> |
405 | 405 | <groupId>org.jacoco</groupId> |
406 | 406 | <artifactId>jacoco-maven-plugin</artifactId> |
407 | | - <version>0.8.13</version> |
| 407 | + <version>0.8.14</version> |
408 | 408 | </plugin> |
409 | 409 | </plugins> |
410 | 410 | </reporting> |
|
0 commit comments