File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11{
2- "java.configuration.updateBuildConfiguration" : " interactive "
2+ "java.configuration.updateBuildConfiguration" : " automatic "
33}
Original file line number Diff line number Diff line change 2121 <plugin >
2222 <groupId >org.apache.maven.plugins</groupId >
2323 <artifactId >maven-compiler-plugin</artifactId >
24- <version >3.8.1 </version >
24+ <version >3.11.0 </version >
2525 <configuration >
2626 <target >17</target >
2727 <source >17</source >
3030 <plugin >
3131 <groupId >org.apache.maven.plugins</groupId >
3232 <artifactId >maven-gpg-plugin</artifactId >
33- <version >1.6 </version >
33+ <version >3.1.0 </version >
3434 <executions >
3535 <execution >
3636 <id >sign-artifacts</id >
4444 <plugin >
4545 <groupId >org.sonatype.plugins</groupId >
4646 <artifactId >nexus-staging-maven-plugin</artifactId >
47- <version >1.6.8 </version >
47+ <version >1.6.13 </version >
4848 <extensions >true</extensions >
4949 <configuration >
5050 <serverId >ossrh</serverId >
5555 <plugin >
5656 <groupId >org.apache.maven.plugins</groupId >
5757 <artifactId >maven-release-plugin</artifactId >
58- <version >2.5.3 </version >
58+ <version >3.0.1 </version >
5959 <configuration >
6060 <autoVersionSubmodules >true</autoVersionSubmodules >
6161 <useReleaseProfile >false</useReleaseProfile >
You can’t perform that action at this time.
0 commit comments