File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 234234 <plugin >
235235 <groupId >org.apache.maven.plugins</groupId >
236236 <artifactId >maven-compiler-plugin</artifactId >
237- <version >3.14.0 </version >
237+ <version >3.14.1 </version >
238238 <configuration >
239239 <source >${java.version} </source >
240240 <target >${java.version} </target >
307307 <plugin >
308308 <groupId >org.codehaus.mojo</groupId >
309309 <artifactId >flatten-maven-plugin</artifactId >
310- <version >1.7.2 </version >
310+ <version >1.7.3 </version >
311311 <configuration >
312312 <updatePomFile >true</updatePomFile >
313313 <flattenMode >ossrh</flattenMode >
380380 <!-- This plugin is required for releases to Maven Central. If Javadoc is used, it has to be correct. -->
381381 <groupId >org.apache.maven.plugins</groupId >
382382 <artifactId >maven-javadoc-plugin</artifactId >
383- <version >3.11.3 </version >
383+ <version >3.12.0 </version >
384384 <configuration >
385385 <additionalOptions >
386386 <additionalOption >-Xdoclint:none</additionalOption >
You can’t perform that action at this time.
0 commit comments