Skip to content

Commit d5c664f

Browse files
Update all non-major dependencies
1 parent 330a053 commit d5c664f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pom.xml

+7-7
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<java.version>1.8</java.version>
1717
<kotlin.version>1.8.10</kotlin.version>
1818
<kotlin-coroutines.version>1.6.4</kotlin-coroutines.version>
19-
<jackson.version>2.13.4</jackson.version>
19+
<jackson.version>2.14.2</jackson.version>
2020
<graphql-java.version>20.0</graphql-java.version>
2121
<reactive-streams.version>1.0.4</reactive-streams.version>
2222

@@ -68,7 +68,7 @@
6868
<dependency>
6969
<groupId>org.slf4j</groupId>
7070
<artifactId>slf4j-api</artifactId>
71-
<version>2.0.3</version>
71+
<version>2.0.6</version>
7272
</dependency>
7373
<dependency>
7474
<groupId>org.apache.commons</groupId>
@@ -87,7 +87,7 @@
8787
<dependency>
8888
<groupId>org.springframework</groupId>
8989
<artifactId>spring-aop</artifactId>
90-
<version>5.3.23</version>
90+
<version>5.3.25</version>
9191
<scope>provided</scope>
9292
</dependency>
9393

@@ -100,7 +100,7 @@
100100
<dependency>
101101
<groupId>ch.qos.logback</groupId>
102102
<artifactId>logback-classic</artifactId>
103-
<version>1.3.3</version>
103+
<version>1.3.5</version>
104104
</dependency>
105105
<dependency>
106106
<groupId>javax.servlet</groupId>
@@ -277,7 +277,7 @@
277277
<plugin>
278278
<groupId>org.apache.maven.plugins</groupId>
279279
<artifactId>maven-compiler-plugin</artifactId>
280-
<version>3.10.1</version>
280+
<version>3.11.0</version>
281281
<configuration>
282282
<source>1.8</source>
283283
<target>1.8</target>
@@ -319,7 +319,7 @@
319319
<plugin>
320320
<groupId>org.apache.maven.plugins</groupId>
321321
<artifactId>maven-enforcer-plugin</artifactId>
322-
<version>3.1.0</version>
322+
<version>3.2.1</version>
323323
<executions>
324324
<execution>
325325
<id>enforce</id>
@@ -370,7 +370,7 @@
370370
<plugin>
371371
<groupId>org.apache.maven.plugins</groupId>
372372
<artifactId>maven-javadoc-plugin</artifactId>
373-
<version>3.4.1</version>
373+
<version>3.5.0</version>
374374
<executions>
375375
<execution>
376376
<id>attach-javadocs</id>

0 commit comments

Comments
 (0)