Skip to content

Commit f621c74

Browse files
Update all non-major dependencies
1 parent 6340ffa commit f621c74

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

pom.xml

+12-12
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
<java.version>11</java.version>
1717
<kotlin.version>1.8.21</kotlin.version>
1818
<kotlin-coroutines.version>1.7.3</kotlin-coroutines.version>
19-
<jackson.version>2.16.0</jackson.version>
20-
<graphql-java.version>21.3</graphql-java.version>
19+
<jackson.version>2.17.0</jackson.version>
20+
<graphql-java.version>21.5</graphql-java.version>
2121
<reactive-streams.version>1.0.4</reactive-streams.version>
2222

2323
<maven.compiler.source>${java.version}</maven.compiler.source>
@@ -63,12 +63,12 @@
6363
<dependency>
6464
<groupId>com.fasterxml</groupId>
6565
<artifactId>classmate</artifactId>
66-
<version>1.6.0</version>
66+
<version>1.7.0</version>
6767
</dependency>
6868
<dependency>
6969
<groupId>org.slf4j</groupId>
7070
<artifactId>slf4j-api</artifactId>
71-
<version>2.0.9</version>
71+
<version>2.0.12</version>
7272
</dependency>
7373
<dependency>
7474
<groupId>org.apache.commons</groupId>
@@ -80,14 +80,14 @@
8080
<dependency>
8181
<groupId>org.javassist</groupId>
8282
<artifactId>javassist</artifactId>
83-
<version>3.29.2-GA</version>
83+
<version>3.30.2-GA</version>
8484
<scope>provided</scope>
8585
</dependency>
8686
<!-- Optional for supporting spring proxies -->
8787
<dependency>
8888
<groupId>org.springframework</groupId>
8989
<artifactId>spring-aop</artifactId>
90-
<version>5.3.31</version>
90+
<version>5.3.33</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.14</version>
103+
<version>1.5.3</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.11.0</version>
287+
<version>3.13.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.2.2</version>
297+
<version>3.2.5</version>
298298
<dependencies>
299299
<dependency>
300300
<groupId>org.apache.maven.surefire</groupId>
301301
<artifactId>surefire-junit4</artifactId>
302-
<version>3.2.2</version>
302+
<version>3.2.5</version>
303303
</dependency>
304304
</dependencies>
305305
<configuration>
@@ -363,7 +363,7 @@
363363
<plugin>
364364
<groupId>org.apache.maven.plugins</groupId>
365365
<artifactId>maven-source-plugin</artifactId>
366-
<version>3.3.0</version>
366+
<version>3.3.1</version>
367367
<executions>
368368
<execution>
369369
<id>attach-sources</id>
@@ -390,7 +390,7 @@
390390
<plugin>
391391
<groupId>org.apache.maven.plugins</groupId>
392392
<artifactId>maven-gpg-plugin</artifactId>
393-
<version>3.1.0</version>
393+
<version>3.2.2</version>
394394
<executions>
395395
<execution>
396396
<id>sign-artifacts</id>

0 commit comments

Comments
 (0)