Skip to content

Commit f1cbda4

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 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>
@@ -326,7 +326,7 @@
326326
<plugin>
327327
<groupId>org.apache.maven.plugins</groupId>
328328
<artifactId>maven-enforcer-plugin</artifactId>
329-
<version>3.5.0</version>
329+
<version>3.6.0</version>
330330
<executions>
331331
<execution>
332332
<id>enforce</id>
@@ -390,7 +390,7 @@
390390
<plugin>
391391
<groupId>org.apache.maven.plugins</groupId>
392392
<artifactId>maven-gpg-plugin</artifactId>
393-
<version>3.2.7</version>
393+
<version>3.2.8</version>
394394
<executions>
395395
<execution>
396396
<id>sign-artifacts</id>

0 commit comments

Comments
 (0)