We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d12882 commit a2f8151Copy full SHA for a2f8151
pom.xml
@@ -16,7 +16,7 @@
16
<java.version>11</java.version>
17
<kotlin.version>2.0.20</kotlin.version>
18
<kotlin-coroutines.version>1.9.0</kotlin-coroutines.version>
19
- <jackson.version>2.18.0</jackson.version>
+ <jackson.version>2.18.1</jackson.version>
20
<graphql-java.version>22.3</graphql-java.version>
21
<reactive-streams.version>1.0.4</reactive-streams.version>
22
@@ -100,7 +100,7 @@
100
<dependency>
101
<groupId>ch.qos.logback</groupId>
102
<artifactId>logback-classic</artifactId>
103
- <version>1.5.9</version>
+ <version>1.5.12</version>
104
</dependency>
105
106
<groupId>javax.servlet</groupId>
0 commit comments