|
16 | 16 | <java.version>11</java.version> |
17 | 17 | <kotlin.version>1.8.21</kotlin.version> |
18 | 18 | <kotlin-coroutines.version>1.6.4</kotlin-coroutines.version> |
19 | | - <jackson.version>2.14.2</jackson.version> |
| 19 | + <jackson.version>2.15.2</jackson.version> |
20 | 20 | <graphql-java.version>21.0</graphql-java.version> |
21 | 21 | <reactive-streams.version>1.0.4</reactive-streams.version> |
22 | 22 |
|
|
68 | 68 | <dependency> |
69 | 69 | <groupId>org.slf4j</groupId> |
70 | 70 | <artifactId>slf4j-api</artifactId> |
71 | | - <version>2.0.6</version> |
| 71 | + <version>2.0.7</version> |
72 | 72 | </dependency> |
73 | 73 | <dependency> |
74 | 74 | <groupId>org.apache.commons</groupId> |
75 | 75 | <artifactId>commons-lang3</artifactId> |
76 | | - <version>3.12.0</version> |
| 76 | + <version>3.13.0</version> |
77 | 77 | </dependency> |
78 | 78 |
|
79 | 79 | <!-- Optional for supporting Javassist proxies --> |
|
87 | 87 | <dependency> |
88 | 88 | <groupId>org.springframework</groupId> |
89 | 89 | <artifactId>spring-aop</artifactId> |
90 | | - <version>5.3.25</version> |
| 90 | + <version>5.3.29</version> |
91 | 91 | <scope>provided</scope> |
92 | 92 | </dependency> |
93 | 93 |
|
|
100 | 100 | <dependency> |
101 | 101 | <groupId>ch.qos.logback</groupId> |
102 | 102 | <artifactId>logback-classic</artifactId> |
103 | | - <version>1.3.6</version> |
| 103 | + <version>1.3.9</version> |
104 | 104 | </dependency> |
105 | 105 | <dependency> |
106 | 106 | <groupId>javax.servlet</groupId> |
|
233 | 233 | <plugin> |
234 | 234 | <groupId>org.codehaus.mojo</groupId> |
235 | 235 | <artifactId>build-helper-maven-plugin</artifactId> |
236 | | - <version>3.3.0</version> |
| 236 | + <version>3.4.0</version> |
237 | 237 | <executions> |
238 | 238 | <execution> |
239 | 239 | <id>add-test-source</id> |
|
287 | 287 | <plugin> |
288 | 288 | <groupId>org.apache.maven.plugins</groupId> |
289 | 289 | <artifactId>maven-surefire-plugin</artifactId> |
290 | | - <version>3.0.0</version> |
| 290 | + <version>3.1.2</version> |
291 | 291 | <dependencies> |
292 | 292 | <dependency> |
293 | 293 | <groupId>org.apache.maven.surefire</groupId> |
294 | 294 | <artifactId>surefire-junit4</artifactId> |
295 | | - <version>3.0.0</version> |
| 295 | + <version>3.1.2</version> |
296 | 296 | </dependency> |
297 | 297 | </dependencies> |
298 | 298 | <configuration> |
|
319 | 319 | <plugin> |
320 | 320 | <groupId>org.apache.maven.plugins</groupId> |
321 | 321 | <artifactId>maven-enforcer-plugin</artifactId> |
322 | | - <version>3.2.1</version> |
| 322 | + <version>3.3.0</version> |
323 | 323 | <executions> |
324 | 324 | <execution> |
325 | 325 | <id>enforce</id> |
|
356 | 356 | <plugin> |
357 | 357 | <groupId>org.apache.maven.plugins</groupId> |
358 | 358 | <artifactId>maven-source-plugin</artifactId> |
359 | | - <version>3.2.1</version> |
| 359 | + <version>3.3.0</version> |
360 | 360 | <executions> |
361 | 361 | <execution> |
362 | 362 | <id>attach-sources</id> |
|
383 | 383 | <plugin> |
384 | 384 | <groupId>org.apache.maven.plugins</groupId> |
385 | 385 | <artifactId>maven-gpg-plugin</artifactId> |
386 | | - <version>3.0.1</version> |
| 386 | + <version>3.1.0</version> |
387 | 387 | <executions> |
388 | 388 | <execution> |
389 | 389 | <id>sign-artifacts</id> |
|
0 commit comments