|
38 | 38 | <plugin> |
39 | 39 | <groupId>org.apache.maven.plugins</groupId> |
40 | 40 | <artifactId>maven-compiler-plugin</artifactId> |
41 | | - <version>3.8.1</version> |
| 41 | + <version>3.10.1</version> |
42 | 42 | <configuration> |
43 | 43 | <source>7</source> |
44 | 44 | <target>7</target> |
|
47 | 47 | <plugin> |
48 | 48 | <groupId>org.apache.maven.plugins</groupId> |
49 | 49 | <artifactId>maven-jar-plugin</artifactId> |
50 | | - <version>3.2.0</version> |
| 50 | + <version>3.3.0</version> |
51 | 51 | </plugin> |
52 | 52 | <plugin> |
53 | 53 | <groupId>org.apache.maven.plugins</groupId> |
54 | 54 | <artifactId>maven-install-plugin</artifactId> |
55 | | - <version>3.0.0-M1</version> |
| 55 | + <version>3.0.1</version> |
56 | 56 | </plugin> |
57 | 57 | <plugin> |
58 | 58 | <groupId>org.apache.maven.plugins</groupId> |
59 | 59 | <artifactId>maven-javadoc-plugin</artifactId> |
60 | | - <version>3.2.0</version> |
| 60 | + <version>3.4.1</version> |
61 | 61 | <configuration> |
62 | 62 | <excludePackageNames>*.internal,*.internal.*</excludePackageNames> |
63 | 63 | <!-- The offline links make links from extensions to core work. --> |
|
74 | 74 | <plugin> |
75 | 75 | <groupId>org.apache.maven.plugins</groupId> |
76 | 76 | <artifactId>maven-surefire-plugin</artifactId> |
77 | | - <version>2.22.1</version> |
| 77 | + <version>2.22.2</version> |
78 | 78 | </plugin> |
79 | 79 | </plugins> |
80 | 80 | </pluginManagement> |
|
83 | 83 | <plugin> |
84 | 84 | <groupId>org.sonatype.plugins</groupId> |
85 | 85 | <artifactId>nexus-staging-maven-plugin</artifactId> |
86 | | - <version>1.6.8</version> |
| 86 | + <version>1.6.13</version> |
87 | 87 | <extensions>true</extensions> |
88 | 88 | <configuration> |
89 | 89 | <serverId>ossrh</serverId> |
|
95 | 95 | <plugin> |
96 | 96 | <groupId>org.apache.maven.plugins</groupId> |
97 | 97 | <artifactId>maven-release-plugin</artifactId> |
98 | | - <version>3.0.0-M1</version> |
| 98 | + <version>3.0.0-M7</version> |
99 | 99 | <configuration> |
100 | 100 | <autoVersionSubmodules>true</autoVersionSubmodules> |
101 | 101 | <useReleaseProfile>false</useReleaseProfile> |
|
212 | 212 | <plugin> |
213 | 213 | <groupId>org.apache.maven.plugins</groupId> |
214 | 214 | <artifactId>maven-gpg-plugin</artifactId> |
215 | | - <version>1.6</version> |
| 215 | + <version>3.0.1</version> |
216 | 216 | <executions> |
217 | 217 | <execution> |
218 | 218 | <id>sign-artifacts</id> |
|
239 | 239 | <plugin> |
240 | 240 | <groupId>org.jacoco</groupId> |
241 | 241 | <artifactId>jacoco-maven-plugin</artifactId> |
242 | | - <version>0.7.9</version> |
| 242 | + <version>0.8.8</version> |
243 | 243 | <configuration> |
244 | 244 | <excludes> |
245 | 245 | <!-- Classes from test-util --> |
|
0 commit comments