|
89 | 89 | <dependency> |
90 | 90 | <groupId>org.apache.maven.plugin-tools</groupId> |
91 | 91 | <artifactId>maven-plugin-annotations</artifactId> |
92 | | - <version>3.5.2</version> |
| 92 | + <version>3.6.2</version> |
93 | 93 | <scope>provided</scope> |
94 | 94 | </dependency> |
95 | 95 | <dependency> |
|
100 | 100 | <dependency> |
101 | 101 | <groupId>org.codehaus.plexus</groupId> |
102 | 102 | <artifactId>plexus-archiver</artifactId> |
103 | | - <version>3.6.0</version> |
| 103 | + <version>4.2.7</version> |
104 | 104 | </dependency> |
105 | 105 | <dependency> |
106 | 106 | <groupId>org.codehaus.plexus</groupId> |
107 | 107 | <artifactId>plexus-utils</artifactId> |
108 | | - <version>3.1.0</version> |
| 108 | + <version>3.4.1</version> |
109 | 109 | </dependency> |
110 | 110 | <dependency> |
111 | 111 | <groupId>org.codehaus.plexus</groupId> |
112 | 112 | <artifactId>plexus-compiler-api</artifactId> |
113 | | - <version>2.8.5</version> |
| 113 | + <version>2.9.0</version> |
114 | 114 | </dependency> |
115 | 115 | <dependency> |
116 | 116 | <groupId>org.apache.maven</groupId> |
|
120 | 120 | <dependency> |
121 | 121 | <groupId>org.apache.maven</groupId> |
122 | 122 | <artifactId>maven-archiver</artifactId> |
123 | | - <version>3.2.0</version> |
| 123 | + <version>3.5.1</version> |
124 | 124 | </dependency> |
125 | 125 | <dependency> |
126 | 126 | <groupId>org.apache.maven.surefire</groupId> |
127 | 127 | <artifactId>maven-surefire-common</artifactId> |
128 | | - <version>2.22.1</version> |
| 128 | + <version>2.22.2</version> |
129 | 129 | <exclusions> |
130 | 130 | <exclusion> |
131 | 131 | <groupId>org.apache.maven</groupId> |
|
175 | 175 | <plugin> |
176 | 176 | <groupId>org.apache.maven.plugins</groupId> |
177 | 177 | <artifactId>maven-compiler-plugin</artifactId> |
178 | | - <version>3.8.0</version> |
| 178 | + <version>3.8.1</version> |
179 | 179 | <configuration> |
180 | 180 | <source>${targetJdk}</source> |
181 | 181 | <target>${targetJdk}</target> |
|
192 | 192 | <plugin> |
193 | 193 | <groupId>org.apache.maven.plugins</groupId> |
194 | 194 | <artifactId>maven-plugin-plugin</artifactId> |
195 | | - <version>3.5.2</version> |
| 195 | + <version>3.6.2</version> |
196 | 196 | <configuration> |
197 | 197 | <goalPrefix>gwt</goalPrefix> |
198 | 198 | </configuration> |
|
230 | 230 | <gwtVersion>${gwtVersion}</gwtVersion> |
231 | 231 | </filterProperties> |
232 | 232 | <extraArtifacts> |
233 | | - <artifact>org.apache.maven.plugins:maven-compiler-plugin:3.8.0:maven-plugin</artifact> |
234 | | - <artifact>org.apache.maven.plugins:maven-source-plugin:3.0.1:maven-plugin</artifact> |
235 | | - <artifact>org.codehaus.mojo:build-helper-maven-plugin:3.0.0:maven-plugin</artifact> |
| 233 | + <artifact>org.apache.maven.plugins:maven-compiler-plugin:3.8.1:maven-plugin</artifact> |
| 234 | + <artifact>org.apache.maven.plugins:maven-source-plugin:3.2.1:maven-plugin</artifact> |
236 | 235 | <artifact>org.apache.maven.plugins:maven-antrun-plugin:3.0.0:maven-plugin</artifact> |
237 | 236 | <artifact>com.google.guava:guava:19.0</artifact> |
238 | 237 | <artifact>com.google.guava:guava-gwt:19.0</artifact> |
|
246 | 245 | <plugin> |
247 | 246 | <groupId>org.apache.maven.plugins</groupId> |
248 | 247 | <artifactId>maven-site-plugin</artifactId> |
249 | | - <version>3.7.1</version> |
| 248 | + <version>3.10.0</version> |
250 | 249 | <dependencies> |
251 | 250 | <dependency> |
252 | 251 | <groupId>org.apache.maven.doxia</groupId> |
253 | 252 | <artifactId>doxia-module-markdown</artifactId> |
254 | | - <version>1.8</version> |
| 253 | + <version>1.11.1</version> |
255 | 254 | </dependency> |
256 | 255 | <dependency> |
257 | 256 | <groupId>com.github.stephenc.wagon</groupId> |
|
290 | 289 | <plugin> |
291 | 290 | <groupId>org.apache.maven.plugins</groupId> |
292 | 291 | <artifactId>maven-plugin-plugin</artifactId> |
293 | | - <version>3.5.2</version> |
| 292 | + <version>3.6.2</version> |
294 | 293 | </plugin> |
295 | 294 | <plugin> |
296 | 295 | <groupId>org.apache.maven.plugins</groupId> |
297 | 296 | <artifactId>maven-project-info-reports-plugin</artifactId> |
298 | | - <version>3.0.0</version> |
| 297 | + <version>3.1.2</version> |
299 | 298 | <configuration> |
300 | 299 | <skip>true</skip> |
301 | 300 | </configuration> |
302 | 301 | </plugin> |
303 | 302 | <plugin> |
304 | 303 | <groupId>org.apache.maven.plugins</groupId> |
305 | 304 | <artifactId>maven-javadoc-plugin</artifactId> |
306 | | - <version>3.0.1</version> |
| 305 | + <version>3.3.1</version> |
307 | 306 | </plugin> |
308 | 307 | </plugins> |
309 | 308 | </reporting> |
|
342 | 341 | <plugin> |
343 | 342 | <groupId>org.apache.maven.plugins</groupId> |
344 | 343 | <artifactId>maven-enforcer-plugin</artifactId> |
345 | | - <version>1.4.1</version> |
| 344 | + <version>3.0.0</version> |
346 | 345 | <executions> |
347 | 346 | <execution> |
348 | 347 | <goals> |
|
365 | 364 | <plugin> |
366 | 365 | <groupId>org.apache.maven.plugins</groupId> |
367 | 366 | <artifactId>maven-source-plugin</artifactId> |
368 | | - <version>3.0.1</version> |
| 367 | + <version>3.2.1</version> |
369 | 368 | <executions> |
370 | 369 | <execution> |
371 | 370 | <id>attach-sources</id> |
|
390 | 389 | <plugin> |
391 | 390 | <groupId>org.apache.maven.plugins</groupId> |
392 | 391 | <artifactId>maven-gpg-plugin</artifactId> |
393 | | - <version>1.6</version> |
| 392 | + <version>3.0.1</version> |
394 | 393 | <executions> |
395 | 394 | <execution> |
396 | 395 | <id>sign-artifacts</id> |
|
0 commit comments