|
42 | 42 | <snakeyaml.version>2.0</snakeyaml.version>
|
43 | 43 | <slf4j.version>2.0.7</slf4j.version>
|
44 | 44 | <caffeine.version>2.9.3</caffeine.version>
|
45 |
| - <protobuf.version>3.22.3</protobuf.version> |
| 45 | + <protobuf.version>3.23.1</protobuf.version> |
46 | 46 | <junit.version>4.13</junit.version>
|
47 | 47 | <bucket4j.version>7.6.0</bucket4j.version>
|
48 | 48 | <bouncycastle.version>1.73</bouncycastle.version>
|
49 | 49 | <gson.version>2.10.1</gson.version>
|
50 | 50 | <jsr305.version>3.0.2</jsr305.version>
|
51 | 51 | <okhttp3.version>4.10.0</okhttp3.version>
|
52 |
| - <swagger-core.version>1.6.10</swagger-core.version> |
| 52 | + <swagger-core.version>1.6.11</swagger-core.version> |
53 | 53 | <sundrio.version>0.94.0</sundrio.version>
|
54 | 54 | <gsonfire.version>1.8.5</gsonfire.version>
|
55 | 55 | <apache.commons.lang3.version>3.12.0</apache.commons.lang3.version>
|
56 | 56 | <apache.commons.collections4.version>4.4</apache.commons.collections4.version>
|
57 | 57 | <apache.commons.compress>1.23.0</apache.commons.compress>
|
58 |
| - <apache.commons.io>2.11.0</apache.commons.io> |
| 58 | + <apache.commons.io>2.12.0</apache.commons.io> |
59 | 59 | <common.codec.version>1.15</common.codec.version>
|
60 | 60 | <spring.boot.version>2.7.5</spring.boot.version>
|
61 | 61 | <spring.version>5.3.23</spring.version>
|
|
304 | 304 | <dependency>
|
305 | 305 | <groupId>com.fasterxml.jackson.core</groupId>
|
306 | 306 | <artifactId>jackson-annotations</artifactId>
|
307 |
| - <version>2.15.0</version> |
| 307 | + <version>2.15.1</version> |
308 | 308 | <scope>test</scope>
|
309 | 309 | </dependency>
|
310 | 310 | </dependencies>
|
|
329 | 329 | <plugin>
|
330 | 330 | <groupId>org.apache.felix</groupId>
|
331 | 331 | <artifactId>maven-bundle-plugin</artifactId>
|
332 |
| - <version>5.1.8</version> |
| 332 | + <version>5.1.9</version> |
333 | 333 | <extensions>true</extensions>
|
334 | 334 | </plugin>
|
335 | 335 | <plugin>
|
|
363 | 363 | <plugin>
|
364 | 364 | <groupId>org.codehaus.mojo</groupId>
|
365 | 365 | <artifactId>build-helper-maven-plugin</artifactId>
|
366 |
| - <version>3.3.0</version> |
| 366 | + <version>3.4.0</version> |
367 | 367 | </plugin>
|
368 | 368 | <plugin>
|
369 | 369 | <groupId>org.apache.maven.plugins</groupId>
|
|
373 | 373 | <plugin>
|
374 | 374 | <groupId>org.apache.maven.plugins</groupId>
|
375 | 375 | <artifactId>maven-surefire-plugin</artifactId>
|
376 |
| - <version>3.0.0</version> |
| 376 | + <version>3.1.0</version> |
377 | 377 | <configuration>
|
378 | 378 | <trimStackTrace>false</trimStackTrace> <!-- SUREFIRE-1226 workaround -->
|
379 | 379 | </configuration>
|
|
418 | 418 | <plugin>
|
419 | 419 | <groupId>org.apache.maven.plugins</groupId>
|
420 | 420 | <artifactId>maven-assembly-plugin</artifactId>
|
421 |
| - <version>3.5.0</version> |
| 421 | + <version>3.6.0</version> |
422 | 422 | </plugin>
|
423 | 423 | <plugin>
|
424 | 424 | <groupId>org.apache.maven.plugins</groupId>
|
@@ -572,7 +572,7 @@ limitations under the License.
|
572 | 572 | <plugin>
|
573 | 573 | <groupId>org.apache.maven.plugins</groupId>
|
574 | 574 | <artifactId>maven-gpg-plugin</artifactId>
|
575 |
| - <version>3.0.1</version> |
| 575 | + <version>3.1.0</version> |
576 | 576 | <executions>
|
577 | 577 | <execution>
|
578 | 578 | <id>sign-artifacts</id>
|
|
0 commit comments