| 
16 | 16 |         <java.version>11</java.version>  | 
17 | 17 |         <kotlin.version>2.0.20</kotlin.version>  | 
18 | 18 |         <kotlin-coroutines.version>1.9.0</kotlin-coroutines.version>  | 
19 |  | -        <jackson.version>2.18.0</jackson.version>  | 
 | 19 | +        <jackson.version>2.18.2</jackson.version>  | 
20 | 20 |         <graphql-java.version>22.3</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.16</version>  | 
 | 71 | +                <version>2.0.17</version>  | 
72 | 72 |             </dependency>  | 
73 | 73 |             <dependency>  | 
74 | 74 |                 <groupId>org.apache.commons</groupId>  | 
 | 
100 | 100 |             <dependency>  | 
101 | 101 |                 <groupId>ch.qos.logback</groupId>  | 
102 | 102 |                 <artifactId>logback-classic</artifactId>  | 
103 |  | -                <version>1.5.9</version>  | 
 | 103 | +                <version>1.5.17</version>  | 
104 | 104 |             </dependency>  | 
105 | 105 |             <dependency>  | 
106 | 106 |                 <groupId>javax.servlet</groupId>  | 
 | 
284 | 284 |             <plugin>  | 
285 | 285 |                 <groupId>org.apache.maven.plugins</groupId>  | 
286 | 286 |                 <artifactId>maven-compiler-plugin</artifactId>  | 
287 |  | -                <version>3.13.0</version>  | 
 | 287 | +                <version>3.14.0</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.5.1</version>  | 
 | 297 | +                <version>3.5.2</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.1</version>  | 
 | 302 | +                        <version>3.5.2</version>  | 
303 | 303 |                     </dependency>  | 
304 | 304 |                 </dependencies>  | 
305 | 305 |                 <configuration>  | 
 | 
377 | 377 |                     <plugin>  | 
378 | 378 |                         <groupId>org.apache.maven.plugins</groupId>  | 
379 | 379 |                         <artifactId>maven-javadoc-plugin</artifactId>  | 
380 |  | -                        <version>3.10.1</version>  | 
 | 380 | +                        <version>3.11.2</version>  | 
381 | 381 |                         <executions>  | 
382 | 382 |                             <execution>  | 
383 | 383 |                                 <id>attach-javadocs</id>  | 
 | 
0 commit comments