|
117 | 117 | <dependency>
|
118 | 118 | <groupId>com.github.spotbugs</groupId>
|
119 | 119 | <artifactId>spotbugs-annotations</artifactId>
|
120 |
| - <version>4.8.5</version> |
| 120 | + <version>4.8.6</version> |
121 | 121 | </dependency>
|
122 | 122 | <dependency>
|
123 | 123 | <groupId>com.google.guava</groupId>
|
124 | 124 | <artifactId>guava</artifactId>
|
125 |
| - <version>33.2.0-jre</version> |
| 125 | + <version>33.3.1-jre</version> |
126 | 126 | </dependency>
|
127 | 127 | <dependency>
|
128 | 128 | <groupId>com.googlecode.json-simple</groupId>
|
|
144 | 144 | <dependency>
|
145 | 145 | <groupId>com.twelvemonkeys.imageio</groupId>
|
146 | 146 | <artifactId>imageio-jpeg</artifactId>
|
147 |
| - <version>3.10.1</version> |
| 147 | + <version>3.12.0</version> |
148 | 148 | </dependency>
|
149 | 149 | <dependency>
|
150 | 150 | <groupId>com.twelvemonkeys.imageio</groupId>
|
151 | 151 | <artifactId>imageio-tiff</artifactId>
|
152 |
| - <version>3.10.1</version> |
| 152 | + <version>3.12.0</version> |
153 | 153 | </dependency>
|
154 | 154 | <dependency>
|
155 | 155 | <groupId>de.digitalcollections.commons</groupId>
|
|
202 | 202 | <dependency>
|
203 | 203 | <groupId>net.logstash.logback</groupId>
|
204 | 204 | <artifactId>logstash-logback-encoder</artifactId>
|
205 |
| - <version>7.3</version> |
| 205 | + <version>7.4</version> |
206 | 206 | <scope>runtime</scope>
|
207 | 207 | </dependency>
|
208 | 208 | <dependency>
|
|
369 | 369 | <plugin>
|
370 | 370 | <groupId>com.spotify.fmt</groupId>
|
371 | 371 | <artifactId>fmt-maven-plugin</artifactId>
|
372 |
| - <version>2.23</version> |
| 372 | + <version>2.25</version> |
373 | 373 | <executions>
|
374 | 374 | <execution>
|
375 | 375 | <goals>
|
|
381 | 381 | <plugin>
|
382 | 382 | <groupId>com.github.spotbugs</groupId>
|
383 | 383 | <artifactId>spotbugs-maven-plugin</artifactId>
|
384 |
| - <version>4.8.5.0</version> |
| 384 | + <version>4.8.6.6</version> |
385 | 385 | <dependencies>
|
386 | 386 | <!-- overwrite dependency on spotbugs if you want to specify the version of spotbugs -->
|
387 | 387 | <dependency>
|
388 | 388 | <groupId>com.github.spotbugs</groupId>
|
389 | 389 | <artifactId>spotbugs</artifactId>
|
390 |
| - <version>4.8.5</version> |
| 390 | + <version>4.8.6</version> |
391 | 391 | </dependency>
|
392 | 392 | </dependencies>
|
393 | 393 | <executions>
|
|
450 | 450 | <plugin>
|
451 | 451 | <groupId>org.apache.maven.plugins</groupId>
|
452 | 452 | <artifactId>maven-surefire-plugin</artifactId>
|
453 |
| - <version>3.2.5</version> |
| 453 | + <version>3.5.2</version> |
454 | 454 | <configuration>
|
455 | 455 | <excludedGroups>${excludeTags}</excludedGroups>
|
456 | 456 | </configuration>
|
|
486 | 486 | <plugin>
|
487 | 487 | <groupId>org.sonatype.plugins</groupId>
|
488 | 488 | <artifactId>nexus-staging-maven-plugin</artifactId>
|
489 |
| - <version>1.6.13</version> |
| 489 | + <version>1.7.0</version> |
490 | 490 | <extensions>true</extensions>
|
491 | 491 | <configuration>
|
492 | 492 | <serverId>ossrh</serverId>
|
|
574 | 574 | <plugin>
|
575 | 575 | <groupId>org.apache.maven.plugins</groupId>
|
576 | 576 | <artifactId>maven-gpg-plugin</artifactId>
|
577 |
| - <version>3.2.4</version> |
| 577 | + <version>3.2.7</version> |
578 | 578 | <executions>
|
579 | 579 | <execution>
|
580 | 580 | <id>sign-artifacts</id>
|
|
0 commit comments