|
16 | 16 | <java.version>11</java.version> |
17 | 17 | <kotlin.version>2.3.10</kotlin.version> |
18 | 18 | <kotlin-coroutines.version>1.10.2</kotlin-coroutines.version> |
19 | | - <jackson.version>2.21.0</jackson.version> |
| 19 | + <jackson.version>2.21.3</jackson.version> |
20 | 20 | <graphql-java.version>25.0</graphql-java.version> |
21 | 21 | <reactive-streams.version>1.0.4</reactive-streams.version> |
22 | 22 |
|
|
80 | 80 | <dependency> |
81 | 81 | <groupId>org.javassist</groupId> |
82 | 82 | <artifactId>javassist</artifactId> |
83 | | - <version>3.30.2-GA</version> |
| 83 | + <version>3.31.0-GA</version> |
84 | 84 | <scope>provided</scope> |
85 | 85 | </dependency> |
86 | 86 | <!-- Optional for supporting Spring proxies --> |
|
294 | 294 | <plugin> |
295 | 295 | <groupId>org.apache.maven.plugins</groupId> |
296 | 296 | <artifactId>maven-surefire-plugin</artifactId> |
297 | | - <version>3.5.4</version> |
| 297 | + <version>3.5.5</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.4</version> |
| 302 | + <version>3.5.5</version> |
303 | 303 | </dependency> |
304 | 304 | </dependencies> |
305 | 305 | <configuration> |
|
344 | 344 | <plugin> |
345 | 345 | <groupId>org.sonatype.central</groupId> |
346 | 346 | <artifactId>central-publishing-maven-plugin</artifactId> |
347 | | - <version>0.9.0</version> |
| 347 | + <version>0.10.0</version> |
348 | 348 | <extensions>true</extensions> |
349 | 349 | <configuration> |
350 | 350 | <publishingServerId>central</publishingServerId> |
|
0 commit comments