|
6 | 6 | <parent> |
7 | 7 | <groupId>org.springframework.boot</groupId> |
8 | 8 | <artifactId>spring-boot-starter-parent</artifactId> |
9 | | - <version>3.5.5</version> |
| 9 | + <version>3.5.6</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.2</version> |
| 83 | + <version>2.20</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.2</version> |
| 88 | + <version>2.20.0</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.2</version> |
| 93 | + <version>2.20.0</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.2</version> |
| 98 | + <version>2.20.0</version> |
99 | 99 | </dependency> |
100 | 100 | <dependency> |
101 | 101 | <groupId>com.github.openjson</groupId> |
|
105 | 105 | <dependency> |
106 | 106 | <groupId>com.github.spotbugs</groupId> |
107 | 107 | <artifactId>spotbugs-annotations</artifactId> |
108 | | - <version>4.8.3</version> |
| 108 | + <version>4.9.7</version> |
109 | 109 | <optional>true</optional> |
110 | 110 | </dependency> |
111 | 111 | <dependency> |
112 | 112 | <groupId>com.google.guava</groupId> |
113 | 113 | <artifactId>guava</artifactId> |
114 | | - <version>33.4.8-jre</version> |
| 114 | + <version>33.5.0-jre</version> |
115 | 115 | </dependency> |
116 | 116 | <dependency> |
117 | 117 | <groupId>commons-beanutils</groupId> |
|
121 | 121 | <dependency> |
122 | 122 | <groupId>org.flywaydb</groupId> |
123 | 123 | <artifactId>flyway-core</artifactId> |
124 | | - <version>11.11.2</version> |
| 124 | + <version>11.14.1</version> |
125 | 125 | </dependency> |
126 | 126 | <dependency> |
127 | 127 | <groupId>org.flywaydb</groupId> |
128 | 128 | <artifactId>flyway-database-postgresql</artifactId> |
129 | | - <version>11.11.2</version> |
| 129 | + <version>11.14.1</version> |
130 | 130 | </dependency> |
131 | 131 | <dependency> |
132 | 132 | <groupId>org.postgresql</groupId> |
133 | 133 | <artifactId>postgresql</artifactId> |
134 | | - <version>42.7.7</version> |
| 134 | + <version>42.7.8</version> |
135 | 135 | </dependency> |
136 | 136 | <dependency> |
137 | 137 | <groupId>org.jdbi</groupId> |
138 | 138 | <artifactId>jdbi3-bom</artifactId> |
139 | 139 | <type>pom</type> |
140 | 140 | <scope>import</scope> |
141 | | - <version>3.49.5</version> |
| 141 | + <version>3.49.6</version> |
142 | 142 | </dependency> |
143 | 143 | <dependency> |
144 | 144 | <groupId>org.springdoc</groupId> |
145 | 145 | <artifactId>springdoc-openapi-starter-webmvc-ui</artifactId> |
146 | | - <version>2.8.11</version> |
| 146 | + <version>2.8.13</version> |
147 | 147 | </dependency> |
148 | 148 | <dependency> |
149 | 149 | <groupId>org.zalando</groupId> |
|
203 | 203 | <dependency> |
204 | 204 | <groupId>org.apache.commons</groupId> |
205 | 205 | <artifactId>commons-lang3</artifactId> |
206 | | - <version>3.18.0</version> |
| 206 | + <version>3.19.0</version> |
207 | 207 | </dependency> |
208 | 208 | <dependency> |
209 | 209 | <groupId>org.apache.commons</groupId> |
|
213 | 213 | <dependency> |
214 | 214 | <groupId>org.apache.httpcomponents.client5</groupId> |
215 | 215 | <artifactId>httpclient5</artifactId> |
216 | | - <version>5.5</version> |
| 216 | + <version>5.5.1</version> |
217 | 217 | </dependency> |
218 | 218 | <dependency> |
219 | 219 | <groupId>org.assertj</groupId> |
220 | 220 | <artifactId>assertj-core</artifactId> |
221 | | - <version>3.27.4</version> |
| 221 | + <version>3.27.6</version> |
222 | 222 | <scope>test</scope> |
223 | 223 | </dependency> |
224 | 224 | <dependency> |
225 | 225 | <groupId>org.junit.jupiter</groupId> |
226 | 226 | <artifactId>junit-jupiter</artifactId> |
227 | | - <version>5.13.4</version> |
| 227 | + <version>5.14.0</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.19.0</version> |
| 233 | + <version>5.20.0</version> |
234 | 234 | <scope>test</scope> |
235 | 235 | </dependency> |
236 | 236 | <dependency> |
|
288 | 288 | <plugin> |
289 | 289 | <groupId>com.spotify.fmt</groupId> |
290 | 290 | <artifactId>fmt-maven-plugin</artifactId> |
291 | | - <version>2.27</version> |
| 291 | + <version>2.29</version> |
292 | 292 | <executions> |
293 | 293 | <execution> |
294 | 294 | <goals> |
|
300 | 300 | <plugin> |
301 | 301 | <groupId>com.github.spotbugs</groupId> |
302 | 302 | <artifactId>spotbugs-maven-plugin</artifactId> |
303 | | - <version>4.8.5.0</version> |
| 303 | + <version>4.9.7.0</version> |
304 | 304 | <dependencies> |
305 | 305 | <!-- overwrite dependency on spotbugs if you want to specify the version of spotbugs --> |
306 | 306 | <dependency> |
307 | 307 | <groupId>com.github.spotbugs</groupId> |
308 | 308 | <artifactId>spotbugs</artifactId> |
309 | | - <version>4.7.2</version> |
| 309 | + <version>4.9.7</version> |
310 | 310 | </dependency> |
311 | 311 | </dependencies> |
312 | 312 | <executions> |
|
330 | 330 | <plugin> |
331 | 331 | <groupId>org.apache.maven.plugins</groupId> |
332 | 332 | <artifactId>maven-failsafe-plugin</artifactId> |
333 | | - <version>3.5.3</version> |
| 333 | + <version>3.5.4</version> |
334 | 334 | </plugin> |
335 | 335 | <plugin> |
336 | 336 | <groupId>org.apache.maven.plugins</groupId> |
|
359 | 359 | <plugin> |
360 | 360 | <groupId>org.apache.maven.plugins</groupId> |
361 | 361 | <artifactId>maven-surefire-plugin</artifactId> |
362 | | - <version>3.5.3</version> |
| 362 | + <version>3.5.4</version> |
363 | 363 | </plugin> |
364 | 364 | <plugin> |
365 | 365 | <groupId>org.jacoco</groupId> |
366 | 366 | <artifactId>jacoco-maven-plugin</artifactId> |
367 | | - <version>0.8.13</version> |
| 367 | + <version>0.8.14</version> |
368 | 368 | <executions> |
369 | 369 | <execution> |
370 | 370 | <id>pre-unit-test</id> |
|
421 | 421 | <plugin> |
422 | 422 | <groupId>org.jacoco</groupId> |
423 | 423 | <artifactId>jacoco-maven-plugin</artifactId> |
424 | | - <version>0.8.13</version> |
| 424 | + <version>0.8.14</version> |
425 | 425 | </plugin> |
426 | 426 | </plugins> |
427 | 427 | </reporting> |
|
474 | 474 | <plugin> |
475 | 475 | <groupId>org.sonatype.central</groupId> |
476 | 476 | <artifactId>central-publishing-maven-plugin</artifactId> |
477 | | - <version>0.8.0</version> |
| 477 | + <version>0.9.0</version> |
478 | 478 | <extensions>true</extensions> |
479 | 479 | <configuration> |
480 | 480 | <publishingServerId>central</publishingServerId> |
|
0 commit comments