|
16 | 16 | <java.version>11</java.version> |
17 | 17 | <kotlin.version>2.1.20</kotlin.version> |
18 | 18 | <kotlin-coroutines.version>1.10.2</kotlin-coroutines.version> |
19 | | - <jackson.version>2.19.0</jackson.version> |
| 19 | + <jackson.version>2.20.0</jackson.version> |
20 | 20 | <graphql-java.version>23.1</graphql-java.version> |
21 | 21 | <reactive-streams.version>1.0.4</reactive-streams.version> |
22 | 22 |
|
|
240 | 240 | <plugin> |
241 | 241 | <groupId>org.codehaus.mojo</groupId> |
242 | 242 | <artifactId>build-helper-maven-plugin</artifactId> |
243 | | - <version>3.6.0</version> |
| 243 | + <version>3.6.1</version> |
244 | 244 | <executions> |
245 | 245 | <execution> |
246 | 246 | <id>add-test-source</id> |
|
294 | 294 | <plugin> |
295 | 295 | <groupId>org.apache.maven.plugins</groupId> |
296 | 296 | <artifactId>maven-surefire-plugin</artifactId> |
297 | | - <version>3.5.3</version> |
| 297 | + <version>3.5.4</version> |
298 | 298 | <dependencies> |
299 | 299 | <dependency> |
300 | 300 | <groupId>org.apache.maven.surefire</groupId> |
301 | 301 | <artifactId>surefire-junit4</artifactId> |
302 | | - <version>3.5.3</version> |
| 302 | + <version>3.5.4</version> |
303 | 303 | </dependency> |
304 | 304 | </dependencies> |
305 | 305 | <configuration> |
|
326 | 326 | <plugin> |
327 | 327 | <groupId>org.apache.maven.plugins</groupId> |
328 | 328 | <artifactId>maven-enforcer-plugin</artifactId> |
329 | | - <version>3.5.0</version> |
| 329 | + <version>3.6.1</version> |
330 | 330 | <executions> |
331 | 331 | <execution> |
332 | 332 | <id>enforce</id> |
|
377 | 377 | <plugin> |
378 | 378 | <groupId>org.apache.maven.plugins</groupId> |
379 | 379 | <artifactId>maven-javadoc-plugin</artifactId> |
380 | | - <version>3.11.2</version> |
| 380 | + <version>3.12.0</version> |
381 | 381 | <executions> |
382 | 382 | <execution> |
383 | 383 | <id>attach-javadocs</id> |
|
390 | 390 | <plugin> |
391 | 391 | <groupId>org.apache.maven.plugins</groupId> |
392 | 392 | <artifactId>maven-gpg-plugin</artifactId> |
393 | | - <version>3.2.7</version> |
| 393 | + <version>3.2.8</version> |
394 | 394 | <executions> |
395 | 395 | <execution> |
396 | 396 | <id>sign-artifacts</id> |
|
0 commit comments