Skip to content

Commit 347ea32

Browse files
authored
Merge branch 'master' into renovate/major-graphql-java-(ignoring-snapshot-builds)
2 parents 71b9752 + 73c3aa2 commit 347ea32

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
<properties>
1515
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1616
<java.version>1.8</java.version>
17-
<kotlin.version>1.6.10</kotlin.version>
18-
<kotlin-coroutines.version>1.6.0-native-mt</kotlin-coroutines.version>
19-
<jackson.version>2.13.2.20220324</jackson.version>
17+
<kotlin.version>1.6.21</kotlin.version>
18+
<kotlin-coroutines.version>1.6.1-native-mt</kotlin-coroutines.version>
19+
<jackson.version>2.13.2.20220328</jackson.version>
2020
<graphql-java.version>18.0</graphql-java.version>
2121
<reactive-streams.version>1.0.3</reactive-streams.version>
2222

@@ -87,7 +87,7 @@
8787
<dependency>
8888
<groupId>org.springframework</groupId>
8989
<artifactId>spring-aop</artifactId>
90-
<version>5.3.17</version>
90+
<version>5.3.19</version>
9191
<scope>provided</scope>
9292
</dependency>
9393

@@ -333,7 +333,7 @@
333333
<plugin>
334334
<groupId>org.sonatype.plugins</groupId>
335335
<artifactId>nexus-staging-maven-plugin</artifactId>
336-
<version>1.6.12</version>
336+
<version>1.6.13</version>
337337
<extensions>true</extensions>
338338
<configuration>
339339
<serverId>ossrh</serverId>
@@ -366,7 +366,7 @@
366366
<plugin>
367367
<groupId>org.apache.maven.plugins</groupId>
368368
<artifactId>maven-javadoc-plugin</artifactId>
369-
<version>3.3.2</version>
369+
<version>3.4.0</version>
370370
<executions>
371371
<execution>
372372
<id>attach-javadocs</id>

0 commit comments

Comments
 (0)