Skip to content

Commit 14f991e

Browse files
authored
Merge pull request #744 from graphql-java-kickstart/renovate/all-minor-patch
Update all non-major dependencies
2 parents d00c7bf + c286777 commit 14f991e

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

pom.xml

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

@@ -68,12 +68,12 @@
6868
<dependency>
6969
<groupId>org.slf4j</groupId>
7070
<artifactId>slf4j-api</artifactId>
71-
<version>2.0.6</version>
71+
<version>2.0.7</version>
7272
</dependency>
7373
<dependency>
7474
<groupId>org.apache.commons</groupId>
7575
<artifactId>commons-lang3</artifactId>
76-
<version>3.12.0</version>
76+
<version>3.13.0</version>
7777
</dependency>
7878

7979
<!-- Optional for supporting Javassist proxies -->
@@ -87,7 +87,7 @@
8787
<dependency>
8888
<groupId>org.springframework</groupId>
8989
<artifactId>spring-aop</artifactId>
90-
<version>5.3.25</version>
90+
<version>5.3.29</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.6</version>
103+
<version>1.3.9</version>
104104
</dependency>
105105
<dependency>
106106
<groupId>javax.servlet</groupId>
@@ -233,7 +233,7 @@
233233
<plugin>
234234
<groupId>org.codehaus.mojo</groupId>
235235
<artifactId>build-helper-maven-plugin</artifactId>
236-
<version>3.3.0</version>
236+
<version>3.4.0</version>
237237
<executions>
238238
<execution>
239239
<id>add-test-source</id>
@@ -287,12 +287,12 @@
287287
<plugin>
288288
<groupId>org.apache.maven.plugins</groupId>
289289
<artifactId>maven-surefire-plugin</artifactId>
290-
<version>3.0.0</version>
290+
<version>3.1.2</version>
291291
<dependencies>
292292
<dependency>
293293
<groupId>org.apache.maven.surefire</groupId>
294294
<artifactId>surefire-junit4</artifactId>
295-
<version>3.0.0</version>
295+
<version>3.1.2</version>
296296
</dependency>
297297
</dependencies>
298298
<configuration>
@@ -319,7 +319,7 @@
319319
<plugin>
320320
<groupId>org.apache.maven.plugins</groupId>
321321
<artifactId>maven-enforcer-plugin</artifactId>
322-
<version>3.2.1</version>
322+
<version>3.3.0</version>
323323
<executions>
324324
<execution>
325325
<id>enforce</id>
@@ -356,7 +356,7 @@
356356
<plugin>
357357
<groupId>org.apache.maven.plugins</groupId>
358358
<artifactId>maven-source-plugin</artifactId>
359-
<version>3.2.1</version>
359+
<version>3.3.0</version>
360360
<executions>
361361
<execution>
362362
<id>attach-sources</id>
@@ -383,7 +383,7 @@
383383
<plugin>
384384
<groupId>org.apache.maven.plugins</groupId>
385385
<artifactId>maven-gpg-plugin</artifactId>
386-
<version>3.0.1</version>
386+
<version>3.1.0</version>
387387
<executions>
388388
<execution>
389389
<id>sign-artifacts</id>

0 commit comments

Comments
 (0)