|
6 | 6 | <parent> |
7 | 7 | <groupId>org.springframework.boot</groupId> |
8 | 8 | <artifactId>spring-boot-starter-parent</artifactId> |
9 | | - <version>3.4.5</version> |
| 9 | + <version>3.5.4</version> |
10 | 10 | </parent> |
11 | 11 |
|
12 | 12 | <groupId>io.github.dbmdz.metadata</groupId> |
|
80 | 80 | <dependency> |
81 | 81 | <groupId>com.fasterxml.jackson.core</groupId> |
82 | 82 | <artifactId>jackson-annotations</artifactId> |
83 | | - <version>2.19.0</version> |
| 83 | + <version>2.19.2</version> |
84 | 84 | </dependency> |
85 | 85 | <dependency> |
86 | 86 | <groupId>com.fasterxml.jackson.core</groupId> |
87 | 87 | <artifactId>jackson-core</artifactId> |
88 | | - <version>2.19.0</version> |
| 88 | + <version>2.19.2</version> |
89 | 89 | </dependency> |
90 | 90 | <dependency> |
91 | 91 | <groupId>com.fasterxml.jackson.core</groupId> |
92 | 92 | <artifactId>jackson-databind</artifactId> |
93 | | - <version>2.19.0</version> |
| 93 | + <version>2.19.2</version> |
94 | 94 | </dependency> |
95 | 95 | <dependency> |
96 | 96 | <groupId>com.fasterxml.jackson.datatype</groupId> |
97 | 97 | <artifactId>jackson-datatype-jsr310</artifactId> |
98 | | - <version>2.19.0</version> |
| 98 | + <version>2.19.2</version> |
99 | 99 | </dependency> |
100 | 100 | <dependency> |
101 | 101 | <groupId>com.github.openjson</groupId> |
|
143 | 143 | <dependency> |
144 | 144 | <groupId>org.springdoc</groupId> |
145 | 145 | <artifactId>springdoc-openapi-starter-webmvc-ui</artifactId> |
146 | | - <version>2.8.8</version> |
| 146 | + <version>2.8.9</version> |
147 | 147 | </dependency> |
148 | 148 | <dependency> |
149 | 149 | <groupId>org.zalando</groupId> |
|
224 | 224 | <dependency> |
225 | 225 | <groupId>org.junit.jupiter</groupId> |
226 | 226 | <artifactId>junit-jupiter</artifactId> |
227 | | - <version>5.12.2</version> |
| 227 | + <version>5.13.4</version> |
228 | 228 | <scope>test</scope> |
229 | 229 | </dependency> |
230 | 230 | <dependency> |
231 | 231 | <groupId>org.mockito</groupId> |
232 | 232 | <artifactId>mockito-core</artifactId> |
233 | | - <version>5.17.0</version> |
| 233 | + <version>5.18.0</version> |
234 | 234 | <scope>test</scope> |
235 | 235 | </dependency> |
236 | 236 | <dependency> |
|
474 | 474 | <plugin> |
475 | 475 | <groupId>org.sonatype.central</groupId> |
476 | 476 | <artifactId>central-publishing-maven-plugin</artifactId> |
477 | | - <version>0.7.0</version> |
| 477 | + <version>0.8.0</version> |
478 | 478 | <extensions>true</extensions> |
479 | 479 | <configuration> |
480 | 480 | <publishingServerId>central</publishingServerId> |
|
492 | 492 | <plugin> |
493 | 493 | <groupId>org.apache.maven.plugins</groupId> |
494 | 494 | <artifactId>maven-gpg-plugin</artifactId> |
495 | | - <version>3.2.7</version> |
| 495 | + <version>3.2.8</version> |
496 | 496 | <executions> |
497 | 497 | <execution> |
498 | 498 | <id>sign-artifacts</id> |
|
0 commit comments