Skip to content

Commit 852f599

Browse files
fix(deps): update all non-major dependencies
1 parent e7edb40 commit 852f599

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<java.version>11</java.version>
1717
<kotlin.version>2.1.20</kotlin.version>
1818
<kotlin-coroutines.version>1.10.2</kotlin-coroutines.version>
19-
<jackson.version>2.19.0</jackson.version>
19+
<jackson.version>2.19.1</jackson.version>
2020
<graphql-java.version>23.1</graphql-java.version>
2121
<reactive-streams.version>1.0.4</reactive-streams.version>
2222

@@ -240,7 +240,7 @@
240240
<plugin>
241241
<groupId>org.codehaus.mojo</groupId>
242242
<artifactId>build-helper-maven-plugin</artifactId>
243-
<version>3.6.0</version>
243+
<version>3.6.1</version>
244244
<executions>
245245
<execution>
246246
<id>add-test-source</id>

0 commit comments

Comments
 (0)