File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 14
14
<properties >
15
15
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
16
16
<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>
20
20
<graphql-java .version>18.0</graphql-java .version>
21
21
<reactive-streams .version>1.0.3</reactive-streams .version>
22
22
87
87
<dependency >
88
88
<groupId >org.springframework</groupId >
89
89
<artifactId >spring-aop</artifactId >
90
- <version >5.3.17 </version >
90
+ <version >5.3.19 </version >
91
91
<scope >provided</scope >
92
92
</dependency >
93
93
333
333
<plugin >
334
334
<groupId >org.sonatype.plugins</groupId >
335
335
<artifactId >nexus-staging-maven-plugin</artifactId >
336
- <version >1.6.12 </version >
336
+ <version >1.6.13 </version >
337
337
<extensions >true</extensions >
338
338
<configuration >
339
339
<serverId >ossrh</serverId >
366
366
<plugin >
367
367
<groupId >org.apache.maven.plugins</groupId >
368
368
<artifactId >maven-javadoc-plugin</artifactId >
369
- <version >3.3.2 </version >
369
+ <version >3.4.0 </version >
370
370
<executions >
371
371
<execution >
372
372
<id >attach-javadocs</id >
You can’t perform that action at this time.
0 commit comments