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 74
74
</plugin >
75
75
<plugin >
76
76
<artifactId >maven-surefire-plugin</artifactId >
77
- <version >3.2.5 </version >
77
+ <version >3.3.0 </version >
78
78
</plugin >
79
79
<plugin >
80
80
<artifactId >maven-jar-plugin</artifactId >
98
98
</plugin >
99
99
<plugin >
100
100
<artifactId >maven-project-info-reports-plugin</artifactId >
101
- <version >3.5 .0</version >
101
+ <version >3.6 .0</version >
102
102
</plugin >
103
103
</plugins >
104
104
</pluginManagement >
129
129
<plugin >
130
130
<groupId >org.apache.maven.plugins</groupId >
131
131
<artifactId >maven-javadoc-plugin</artifactId >
132
- <version >3.6.3 </version >
132
+ <version >3.7.0 </version >
133
133
<executions >
134
134
<execution >
135
135
<id >attach-javadocs</id >
145
145
<plugin >
146
146
<groupId >org.apache.maven.plugins</groupId >
147
147
<artifactId >maven-surefire-plugin</artifactId >
148
- <version >3.2.5 </version >
148
+ <version >3.3.0 </version >
149
149
<dependencies >
150
150
<!-- https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-engine -->
151
151
<dependency >
201
201
<plugin >
202
202
<groupId >org.sonatype.plugins</groupId >
203
203
<artifactId >nexus-staging-maven-plugin</artifactId >
204
- <version >1.6.13 </version >
204
+ <version >1.7.0 </version >
205
205
<extensions >true</extensions >
206
206
<configuration >
207
207
<serverId >ossrh</serverId >
You can’t perform that action at this time.
0 commit comments