Skip to content

Commit 94bb28b

Browse files
Update all non-major dependencies
1 parent 10ab714 commit 94bb28b

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
@@ -17,7 +17,7 @@
1717
<kotlin.version>1.8.21</kotlin.version>
1818
<kotlin-coroutines.version>1.7.3</kotlin-coroutines.version>
1919
<jackson.version>2.15.2</jackson.version>
20-
<graphql-java.version>21.0</graphql-java.version>
20+
<graphql-java.version>21.1</graphql-java.version>
2121
<reactive-streams.version>1.0.4</reactive-streams.version>
2222

2323
<maven.compiler.source>${java.version}</maven.compiler.source>
@@ -68,7 +68,7 @@
6868
<dependency>
6969
<groupId>org.slf4j</groupId>
7070
<artifactId>slf4j-api</artifactId>
71-
<version>2.0.7</version>
71+
<version>2.0.9</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.29</version>
90+
<version>5.3.30</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.9</version>
103+
<version>1.3.11</version>
104104
</dependency>
105105
<dependency>
106106
<groupId>javax.servlet</groupId>
@@ -326,7 +326,7 @@
326326
<plugin>
327327
<groupId>org.apache.maven.plugins</groupId>
328328
<artifactId>maven-enforcer-plugin</artifactId>
329-
<version>3.3.0</version>
329+
<version>3.4.1</version>
330330
<executions>
331331
<execution>
332332
<id>enforce</id>
@@ -377,7 +377,7 @@
377377
<plugin>
378378
<groupId>org.apache.maven.plugins</groupId>
379379
<artifactId>maven-javadoc-plugin</artifactId>
380-
<version>3.5.0</version>
380+
<version>3.6.0</version>
381381
<executions>
382382
<execution>
383383
<id>attach-javadocs</id>

0 commit comments

Comments
 (0)