We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bc1a536 + 004c964 commit 3e41329Copy full SHA for 3e41329
pom.xml
@@ -16,7 +16,7 @@
16
<java.version>1.8</java.version>
17
<kotlin.version>1.5.0</kotlin.version>
18
<kotlin-coroutines.version>1.5.0-native-mt</kotlin-coroutines.version>
19
- <jackson.version>2.12.5</jackson.version>
+ <jackson.version>2.13.0</jackson.version>
20
<graphql-java.version>17.3</graphql-java.version>
21
22
<maven.compiler.source>${java.version}</maven.compiler.source>
@@ -112,7 +112,7 @@
112
<dependency>
113
<groupId>org.springframework</groupId>
114
<artifactId>spring-aop</artifactId>
115
- <version>5.3.10</version>
+ <version>5.3.12</version>
116
<scope>provided</scope>
117
</dependency>
118
0 commit comments