Skip to content

Commit 5000d59

Browse files
fix(deps): update all dependencies
1 parent 0d95d1c commit 5000d59

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

pom.xml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
<dependency>
7777
<groupId>com.github.spotbugs</groupId>
7878
<artifactId>spotbugs-annotations</artifactId>
79-
<version>4.9.3</version>
79+
<version>4.9.8</version>
8080
</dependency>
8181
<dependency>
8282
<groupId>de.digitalcollections.commons</groupId>
@@ -104,7 +104,7 @@
104104
<dependency>
105105
<groupId>net.logstash.logback</groupId>
106106
<artifactId>logstash-logback-encoder</artifactId>
107-
<version>7.3</version>
107+
<version>7.4</version>
108108
</dependency>
109109
<dependency>
110110
<groupId>nz.net.ultraq.thymeleaf</groupId>
@@ -168,7 +168,7 @@
168168
<dependency>
169169
<groupId>org.webjars.npm</groupId>
170170
<artifactId>bootstrap</artifactId>
171-
<version>5.3.6</version>
171+
<version>5.3.8</version>
172172
<exclusions>
173173
<exclusion>
174174
<groupId>org.webjars</groupId>
@@ -201,7 +201,7 @@
201201
<plugin>
202202
<groupId>com.spotify.fmt</groupId>
203203
<artifactId>fmt-maven-plugin</artifactId>
204-
<version>2.27</version>
204+
<version>2.29</version>
205205
<executions>
206206
<execution>
207207
<goals>
@@ -213,13 +213,13 @@
213213
<plugin>
214214
<groupId>com.github.spotbugs</groupId>
215215
<artifactId>spotbugs-maven-plugin</artifactId>
216-
<version>4.9.3.0</version>
216+
<version>4.9.8.2</version>
217217
<dependencies>
218218
<!-- overwrite dependency on spotbugs if you want to specify the version of spotbugs -->
219219
<dependency>
220220
<groupId>com.github.spotbugs</groupId>
221221
<artifactId>spotbugs</artifactId>
222-
<version>4.9.3</version>
222+
<version>4.9.8</version>
223223
</dependency>
224224
</dependencies>
225225
<executions>
@@ -241,7 +241,7 @@
241241
<!-- Spring Boot configures surefire by default, but not failsafe -->
242242
<groupId>org.apache.maven.plugins</groupId>
243243
<artifactId>maven-failsafe-plugin</artifactId>
244-
<version>3.5.3</version>
244+
<version>3.5.4</version>
245245
</plugin>
246246
<plugin>
247247
<groupId>org.apache.maven.plugins</groupId>
@@ -280,7 +280,7 @@
280280
<plugin>
281281
<groupId>org.apache.maven.plugins</groupId>
282282
<artifactId>maven-surefire-plugin</artifactId>
283-
<version>3.5.3</version>
283+
<version>3.5.4</version>
284284
</plugin>
285285
<plugin>
286286
<groupId>org.codehaus.mojo</groupId>
@@ -289,7 +289,7 @@
289289
<plugin>
290290
<groupId>org.jacoco</groupId>
291291
<artifactId>jacoco-maven-plugin</artifactId>
292-
<version>0.8.13</version>
292+
<version>0.8.14</version>
293293
<executions>
294294
<execution>
295295
<id>pre-unit-test</id>
@@ -313,7 +313,7 @@
313313
<plugin>
314314
<groupId>org.sonatype.central</groupId>
315315
<artifactId>central-publishing-maven-plugin</artifactId>
316-
<version>0.7.0</version>
316+
<version>0.9.0</version>
317317
<extensions>true</extensions>
318318
<configuration>
319319
<publishingServerId>central</publishingServerId>
@@ -383,7 +383,7 @@
383383
<plugin>
384384
<groupId>org.apache.maven.plugins</groupId>
385385
<artifactId>maven-gpg-plugin</artifactId>
386-
<version>3.2.7</version>
386+
<version>3.2.8</version>
387387
<executions>
388388
<execution>
389389
<id>sign-artifacts</id>
@@ -404,7 +404,7 @@
404404
<plugin>
405405
<groupId>org.jacoco</groupId>
406406
<artifactId>jacoco-maven-plugin</artifactId>
407-
<version>0.8.13</version>
407+
<version>0.8.14</version>
408408
</plugin>
409409
</plugins>
410410
</reporting>

0 commit comments

Comments
 (0)