Skip to content

Commit 4704a01

Browse files
fix(deps): update all dependencies
1 parent 0d95d1c commit 4704a01

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pom.xml

Lines changed: 7 additions & 7 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.4</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.7</version>
172172
<exclusions>
173173
<exclusion>
174174
<groupId>org.webjars</groupId>
@@ -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.3.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.4</version>
223223
</dependency>
224224
</dependencies>
225225
<executions>
@@ -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.8.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>

0 commit comments

Comments
 (0)