Skip to content

Commit cf1cc26

Browse files
chore(deps): update all dependencies
1 parent d881178 commit cf1cc26

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

pom.xml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -117,12 +117,12 @@
117117
<dependency>
118118
<groupId>com.github.spotbugs</groupId>
119119
<artifactId>spotbugs-annotations</artifactId>
120-
<version>4.8.5</version>
120+
<version>4.8.6</version>
121121
</dependency>
122122
<dependency>
123123
<groupId>com.google.guava</groupId>
124124
<artifactId>guava</artifactId>
125-
<version>33.2.0-jre</version>
125+
<version>33.3.1-jre</version>
126126
</dependency>
127127
<dependency>
128128
<groupId>com.googlecode.json-simple</groupId>
@@ -144,12 +144,12 @@
144144
<dependency>
145145
<groupId>com.twelvemonkeys.imageio</groupId>
146146
<artifactId>imageio-jpeg</artifactId>
147-
<version>3.10.1</version>
147+
<version>3.12.0</version>
148148
</dependency>
149149
<dependency>
150150
<groupId>com.twelvemonkeys.imageio</groupId>
151151
<artifactId>imageio-tiff</artifactId>
152-
<version>3.10.1</version>
152+
<version>3.12.0</version>
153153
</dependency>
154154
<dependency>
155155
<groupId>de.digitalcollections.commons</groupId>
@@ -202,7 +202,7 @@
202202
<dependency>
203203
<groupId>net.logstash.logback</groupId>
204204
<artifactId>logstash-logback-encoder</artifactId>
205-
<version>7.3</version>
205+
<version>7.4</version>
206206
<scope>runtime</scope>
207207
</dependency>
208208
<dependency>
@@ -369,7 +369,7 @@
369369
<plugin>
370370
<groupId>com.spotify.fmt</groupId>
371371
<artifactId>fmt-maven-plugin</artifactId>
372-
<version>2.23</version>
372+
<version>2.25</version>
373373
<executions>
374374
<execution>
375375
<goals>
@@ -381,13 +381,13 @@
381381
<plugin>
382382
<groupId>com.github.spotbugs</groupId>
383383
<artifactId>spotbugs-maven-plugin</artifactId>
384-
<version>4.8.5.0</version>
384+
<version>4.8.6.6</version>
385385
<dependencies>
386386
<!-- overwrite dependency on spotbugs if you want to specify the version of spotbugs -->
387387
<dependency>
388388
<groupId>com.github.spotbugs</groupId>
389389
<artifactId>spotbugs</artifactId>
390-
<version>4.8.5</version>
390+
<version>4.8.6</version>
391391
</dependency>
392392
</dependencies>
393393
<executions>
@@ -450,7 +450,7 @@
450450
<plugin>
451451
<groupId>org.apache.maven.plugins</groupId>
452452
<artifactId>maven-surefire-plugin</artifactId>
453-
<version>3.2.5</version>
453+
<version>3.5.2</version>
454454
<configuration>
455455
<excludedGroups>${excludeTags}</excludedGroups>
456456
</configuration>
@@ -486,7 +486,7 @@
486486
<plugin>
487487
<groupId>org.sonatype.plugins</groupId>
488488
<artifactId>nexus-staging-maven-plugin</artifactId>
489-
<version>1.6.13</version>
489+
<version>1.7.0</version>
490490
<extensions>true</extensions>
491491
<configuration>
492492
<serverId>ossrh</serverId>
@@ -574,7 +574,7 @@
574574
<plugin>
575575
<groupId>org.apache.maven.plugins</groupId>
576576
<artifactId>maven-gpg-plugin</artifactId>
577-
<version>3.2.4</version>
577+
<version>3.2.7</version>
578578
<executions>
579579
<execution>
580580
<id>sign-artifacts</id>

0 commit comments

Comments
 (0)