|
16 | 16 | <java.version>11</java.version> |
17 | 17 | <kotlin.version>1.8.21</kotlin.version> |
18 | 18 | <kotlin-coroutines.version>1.7.3</kotlin-coroutines.version> |
19 | | - <jackson.version>2.16.0</jackson.version> |
| 19 | + <jackson.version>2.16.1</jackson.version> |
20 | 20 | <graphql-java.version>21.3</graphql-java.version> |
21 | 21 | <reactive-streams.version>1.0.4</reactive-streams.version> |
22 | 22 |
|
|
63 | 63 | <dependency> |
64 | 64 | <groupId>com.fasterxml</groupId> |
65 | 65 | <artifactId>classmate</artifactId> |
66 | | - <version>1.6.0</version> |
| 66 | + <version>1.7.0</version> |
67 | 67 | </dependency> |
68 | 68 | <dependency> |
69 | 69 | <groupId>org.slf4j</groupId> |
70 | 70 | <artifactId>slf4j-api</artifactId> |
71 | | - <version>2.0.9</version> |
| 71 | + <version>2.0.12</version> |
72 | 72 | </dependency> |
73 | 73 | <dependency> |
74 | 74 | <groupId>org.apache.commons</groupId> |
|
80 | 80 | <dependency> |
81 | 81 | <groupId>org.javassist</groupId> |
82 | 82 | <artifactId>javassist</artifactId> |
83 | | - <version>3.29.2-GA</version> |
| 83 | + <version>3.30.2-GA</version> |
84 | 84 | <scope>provided</scope> |
85 | 85 | </dependency> |
86 | 86 | <!-- Optional for supporting spring proxies --> |
87 | 87 | <dependency> |
88 | 88 | <groupId>org.springframework</groupId> |
89 | 89 | <artifactId>spring-aop</artifactId> |
90 | | - <version>5.3.31</version> |
| 90 | + <version>5.3.32</version> |
91 | 91 | <scope>provided</scope> |
92 | 92 | </dependency> |
93 | 93 |
|
|
284 | 284 | <plugin> |
285 | 285 | <groupId>org.apache.maven.plugins</groupId> |
286 | 286 | <artifactId>maven-compiler-plugin</artifactId> |
287 | | - <version>3.11.0</version> |
| 287 | + <version>3.12.1</version> |
288 | 288 | <configuration> |
289 | 289 | <source>11</source> |
290 | 290 | <target>11</target> |
|
294 | 294 | <plugin> |
295 | 295 | <groupId>org.apache.maven.plugins</groupId> |
296 | 296 | <artifactId>maven-surefire-plugin</artifactId> |
297 | | - <version>3.2.2</version> |
| 297 | + <version>3.2.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.2.2</version> |
| 302 | + <version>3.2.5</version> |
303 | 303 | </dependency> |
304 | 304 | </dependencies> |
305 | 305 | <configuration> |
|
0 commit comments