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.
1 parent e7edb40 commit 852f599Copy full SHA for 852f599
pom.xml
@@ -16,7 +16,7 @@
16
<java.version>11</java.version>
17
<kotlin.version>2.1.20</kotlin.version>
18
<kotlin-coroutines.version>1.10.2</kotlin-coroutines.version>
19
- <jackson.version>2.19.0</jackson.version>
+ <jackson.version>2.19.1</jackson.version>
20
<graphql-java.version>23.1</graphql-java.version>
21
<reactive-streams.version>1.0.4</reactive-streams.version>
22
@@ -240,7 +240,7 @@
240
<plugin>
241
<groupId>org.codehaus.mojo</groupId>
242
<artifactId>build-helper-maven-plugin</artifactId>
243
- <version>3.6.0</version>
+ <version>3.6.1</version>
244
<executions>
245
<execution>
246
<id>add-test-source</id>
0 commit comments