File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 5050 <plugin >
5151 <groupId >org.apache.maven.plugins</groupId >
5252 <artifactId >maven-compiler-plugin</artifactId >
53- <version >3.14.0 </version >
53+ <version >3.14.1 </version >
5454 <configuration >
5555 <release >11</release >
5656 <compilerArgument >-parameters</compilerArgument > <!-- make sure parameters are compiled by name into the jar -->
8181 <plugin >
8282 <groupId >org.apache.maven.plugins</groupId >
8383 <artifactId >maven-javadoc-plugin</artifactId >
84- <version >3.11.3 </version >
84+ <version >3.12.0 </version >
8585 <configuration >
8686 <additionalparam >-Xdoclint:none</additionalparam >
8787 </configuration >
102102 <plugin >
103103 <groupId >org.apache.maven.plugins</groupId >
104104 <artifactId >maven-surefire-plugin</artifactId >
105- <version >3.5.3 </version >
105+ <version >3.5.4 </version >
106106 <executions >
107107 <execution >
108108 <id >test</id >
233233 <plugin >
234234 <groupId >org.apache.maven.plugins</groupId >
235235 <artifactId >maven-compiler-plugin</artifactId >
236- <version >3.14.0 </version >
236+ <version >3.14.1 </version >
237237 <configuration >
238238 <fork >true</fork >
239239 <release >11</release >
You can’t perform that action at this time.
0 commit comments