Skip to content

Commit ebea668

Browse files
fix(deps): update all non-major dependencies
1 parent 9a61df2 commit ebea668

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

+6-6
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<java.version>11</java.version>
1717
<kotlin.version>2.0.20</kotlin.version>
1818
<kotlin-coroutines.version>1.9.0</kotlin-coroutines.version>
19-
<jackson.version>2.18.0</jackson.version>
19+
<jackson.version>2.18.2</jackson.version>
2020
<graphql-java.version>22.3</graphql-java.version>
2121
<reactive-streams.version>1.0.4</reactive-streams.version>
2222

@@ -100,7 +100,7 @@
100100
<dependency>
101101
<groupId>ch.qos.logback</groupId>
102102
<artifactId>logback-classic</artifactId>
103-
<version>1.5.9</version>
103+
<version>1.5.16</version>
104104
</dependency>
105105
<dependency>
106106
<groupId>javax.servlet</groupId>
@@ -284,7 +284,7 @@
284284
<plugin>
285285
<groupId>org.apache.maven.plugins</groupId>
286286
<artifactId>maven-compiler-plugin</artifactId>
287-
<version>3.13.0</version>
287+
<version>3.14.0</version>
288288
<configuration>
289289
<source>11</source>
290290
<target>11</target>
@@ -294,12 +294,12 @@
294294
<plugin>
295295
<groupId>org.apache.maven.plugins</groupId>
296296
<artifactId>maven-surefire-plugin</artifactId>
297-
<version>3.5.1</version>
297+
<version>3.5.2</version>
298298
<dependencies>
299299
<dependency>
300300
<groupId>org.apache.maven.surefire</groupId>
301301
<artifactId>surefire-junit4</artifactId>
302-
<version>3.5.1</version>
302+
<version>3.5.2</version>
303303
</dependency>
304304
</dependencies>
305305
<configuration>
@@ -377,7 +377,7 @@
377377
<plugin>
378378
<groupId>org.apache.maven.plugins</groupId>
379379
<artifactId>maven-javadoc-plugin</artifactId>
380-
<version>3.10.1</version>
380+
<version>3.11.2</version>
381381
<executions>
382382
<execution>
383383
<id>attach-javadocs</id>

0 commit comments

Comments
 (0)