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 7272 <plugin >
7373 <groupId >org.apache.maven.plugins</groupId >
7474 <artifactId >maven-compiler-plugin</artifactId >
75- <version >3.8.1 </version >
75+ <version >3.13.0 </version >
7676 <configuration >
7777 <annotationProcessorPaths >
7878 <path >
8989 <plugin >
9090 <groupId >org.apache.maven.plugins</groupId >
9191 <artifactId >maven-source-plugin</artifactId >
92- <version >2.2 .1</version >
92+ <version >3.3 .1</version >
9393 <executions >
9494 <execution >
9595 <id >attach-sources</id >
103103 <plugin >
104104 <groupId >org.apache.maven.plugins</groupId >
105105 <artifactId >maven-javadoc-plugin</artifactId >
106- <version >2.9.1 </version >
106+ <version >3.6.3 </version >
107107 <configuration >
108108 <source >${java.version} </source >
109109 </configuration >
126126 <plugin >
127127 <groupId >org.apache.maven.plugins</groupId >
128128 <artifactId >maven-gpg-plugin</artifactId >
129- <version >1.5 </version >
129+ <version >3.2.6 </version >
130130 <executions >
131131 <execution >
132132 <id >sign-artifacts</id >
141141 <plugin >
142142 <groupId >org.sonatype.plugins</groupId >
143143 <artifactId >nexus-staging-maven-plugin</artifactId >
144- <version >1.6.8 </version >
144+ <version >1.6.14 </version >
145145 <extensions >true</extensions >
146146 <configuration >
147147 <serverId >ossrh</serverId >
You can’t perform that action at this time.
0 commit comments