@@ -169,7 +169,7 @@ Most of these wrappers are created automatically by JNAerator.
169169 <plugin >
170170 <groupId >org.apache.maven.plugins</groupId >
171171 <artifactId >maven-shade-plugin</artifactId >
172- <version >2.1 </version >
172+ <version >3.6.0 </version >
173173 <configuration >
174174 <artifactSet >
175175 <excludes >
@@ -230,7 +230,7 @@ Most of these wrappers are created automatically by JNAerator.
230230 <plugin >
231231 <groupId >org.apache.maven.plugins</groupId >
232232 <artifactId >maven-jar-plugin</artifactId >
233- <version >2.4 </version >
233+ <version >3.4.2 </version >
234234 <executions >
235235 <execution >
236236 <id >test-jar</id >
@@ -255,7 +255,7 @@ Most of these wrappers are created automatically by JNAerator.
255255 <plugin >
256256 <groupId >org.apache.maven.plugins</groupId >
257257 <artifactId >maven-source-plugin</artifactId >
258- <version >2.1.2 </version >
258+ <version >3.3.1 </version >
259259 <executions >
260260 <execution >
261261 <id >attach-sources</id >
@@ -268,7 +268,7 @@ Most of these wrappers are created automatically by JNAerator.
268268 <plugin >
269269 <groupId >org.apache.maven.plugins</groupId >
270270 <artifactId >maven-javadoc-plugin</artifactId >
271- <version >2.8 </version >
271+ <version >3.7.0 </version >
272272 <configuration >
273273 <minmemory >128m</minmemory >
274274 <maxmemory >512</maxmemory >
@@ -314,18 +314,18 @@ Most of these wrappers are created automatically by JNAerator.
314314 <plugin >
315315 <groupId >org.apache.maven.plugins</groupId >
316316 <artifactId >maven-compiler-plugin</artifactId >
317- <version >3.2 </version >
317+ <version >3.12.1 </version >
318318 <configuration >
319- <source >1.5 </source >
320- <target >1.5 </target >
319+ <source >8 </source >
320+ <target >8 </target >
321321 <encoding >UTF-8</encoding >
322322 </configuration >
323323 </plugin >
324324
325325 <plugin >
326326 <groupId >org.apache.maven.plugins</groupId >
327327 <artifactId >maven-surefire-plugin</artifactId >
328- <version >2.18.1 </version >
328+ <version >3.3.0 </version >
329329 <configuration >
330330 <!-- <argLine>-d32</argLine>-->
331331 </configuration >
@@ -357,7 +357,7 @@ Most of these wrappers are created automatically by JNAerator.
357357 <plugin >
358358 <groupId >org.apache.maven.plugins</groupId >
359359 <artifactId >maven-gpg-plugin</artifactId >
360- <version >1 .4</version >
360+ <version >3.2 .4</version >
361361 <executions >
362362 <execution >
363363 <id >sign-artifacts</id >
@@ -391,7 +391,7 @@ Most of these wrappers are created automatically by JNAerator.
391391 <plugin >
392392 <groupId >org.apache.maven.plugins</groupId >
393393 <artifactId >maven-jarsigner-plugin</artifactId >
394- <version >1.2 </version >
394+ <version >3.0.0 </version >
395395 <executions >
396396 <execution >
397397 <id >sign</id >
0 commit comments