File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 68
68
<dependency >
69
69
<groupId >org.slf4j</groupId >
70
70
<artifactId >slf4j-api</artifactId >
71
- <version >1.7.35 </version >
71
+ <version >1.7.36 </version >
72
72
</dependency >
73
73
<dependency >
74
74
<groupId >org.apache.commons</groupId >
87
87
<dependency >
88
88
<groupId >org.springframework</groupId >
89
89
<artifactId >spring-aop</artifactId >
90
- <version >5.3.15 </version >
90
+ <version >5.3.16 </version >
91
91
<scope >provided</scope >
92
92
</dependency >
93
93
273
273
<plugin >
274
274
<groupId >org.apache.maven.plugins</groupId >
275
275
<artifactId >maven-compiler-plugin</artifactId >
276
- <version >3.9 .0</version >
276
+ <version >3.10 .0</version >
277
277
<configuration >
278
278
<source >1.8</source >
279
279
<target >1.8</target >
333
333
<plugin >
334
334
<groupId >org.sonatype.plugins</groupId >
335
335
<artifactId >nexus-staging-maven-plugin</artifactId >
336
- <version >1.6.8 </version >
336
+ <version >1.6.11 </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.1 </version >
369
+ <version >3.3.2 </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