|
16 | 16 | <java.version>1.8</java.version>
|
17 | 17 | <kotlin.version>1.8.10</kotlin.version>
|
18 | 18 | <kotlin-coroutines.version>1.6.4</kotlin-coroutines.version>
|
19 |
| - <jackson.version>2.13.4</jackson.version> |
| 19 | + <jackson.version>2.14.2</jackson.version> |
20 | 20 | <graphql-java.version>20.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.3</version> |
| 71 | + <version>2.0.6</version> |
72 | 72 | </dependency>
|
73 | 73 | <dependency>
|
74 | 74 | <groupId>org.apache.commons</groupId>
|
|
87 | 87 | <dependency>
|
88 | 88 | <groupId>org.springframework</groupId>
|
89 | 89 | <artifactId>spring-aop</artifactId>
|
90 |
| - <version>5.3.23</version> |
| 90 | + <version>5.3.25</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.3</version> |
| 103 | + <version>1.3.5</version> |
104 | 104 | </dependency>
|
105 | 105 | <dependency>
|
106 | 106 | <groupId>javax.servlet</groupId>
|
|
277 | 277 | <plugin>
|
278 | 278 | <groupId>org.apache.maven.plugins</groupId>
|
279 | 279 | <artifactId>maven-compiler-plugin</artifactId>
|
280 |
| - <version>3.10.1</version> |
| 280 | + <version>3.11.0</version> |
281 | 281 | <configuration>
|
282 | 282 | <source>1.8</source>
|
283 | 283 | <target>1.8</target>
|
|
319 | 319 | <plugin>
|
320 | 320 | <groupId>org.apache.maven.plugins</groupId>
|
321 | 321 | <artifactId>maven-enforcer-plugin</artifactId>
|
322 |
| - <version>3.1.0</version> |
| 322 | + <version>3.2.1</version> |
323 | 323 | <executions>
|
324 | 324 | <execution>
|
325 | 325 | <id>enforce</id>
|
|
370 | 370 | <plugin>
|
371 | 371 | <groupId>org.apache.maven.plugins</groupId>
|
372 | 372 | <artifactId>maven-javadoc-plugin</artifactId>
|
373 |
| - <version>3.4.1</version> |
| 373 | + <version>3.5.0</version> |
374 | 374 | <executions>
|
375 | 375 | <execution>
|
376 | 376 | <id>attach-javadocs</id>
|
|
0 commit comments