|
90 | 90 | <dependency> |
91 | 91 | <groupId>org.apache.maven.plugin-tools</groupId> |
92 | 92 | <artifactId>maven-plugin-annotations</artifactId> |
93 | | - <version>3.6.2</version> |
| 93 | + <version>3.6.4</version> |
94 | 94 | <scope>provided</scope> |
95 | 95 | </dependency> |
96 | 96 | <dependency> |
|
111 | 111 | <dependency> |
112 | 112 | <groupId>org.codehaus.plexus</groupId> |
113 | 113 | <artifactId>plexus-compiler-api</artifactId> |
114 | | - <version>2.9.0</version> |
| 114 | + <version>2.11.1</version> |
115 | 115 | </dependency> |
116 | 116 | <dependency> |
117 | 117 | <groupId>org.apache.maven</groupId> |
|
122 | 122 | <dependency> |
123 | 123 | <groupId>org.apache.maven</groupId> |
124 | 124 | <artifactId>maven-archiver</artifactId> |
125 | | - <version>3.5.1</version> |
| 125 | + <version>3.5.2</version> |
126 | 126 | </dependency> |
127 | 127 | <dependency> |
128 | 128 | <groupId>org.apache.maven.surefire</groupId> |
|
177 | 177 | <plugin> |
178 | 178 | <groupId>org.apache.maven.plugins</groupId> |
179 | 179 | <artifactId>maven-compiler-plugin</artifactId> |
180 | | - <version>3.8.1</version> |
| 180 | + <version>3.10.1</version> |
181 | 181 | <configuration> |
182 | 182 | <source>${targetJdk}</source> |
183 | 183 | <target>${targetJdk}</target> |
|
194 | 194 | <plugin> |
195 | 195 | <groupId>org.apache.maven.plugins</groupId> |
196 | 196 | <artifactId>maven-plugin-plugin</artifactId> |
197 | | - <version>3.6.2</version> |
| 197 | + <version>3.6.4</version> |
198 | 198 | <configuration> |
199 | 199 | <goalPrefix>gwt</goalPrefix> |
200 | 200 | </configuration> |
|
232 | 232 | <gwtVersion>${gwtVersion}</gwtVersion> |
233 | 233 | </filterProperties> |
234 | 234 | <extraArtifacts> |
235 | | - <artifact>org.apache.maven.plugins:maven-compiler-plugin:3.8.1:maven-plugin</artifact> |
| 235 | + <artifact>org.apache.maven.plugins:maven-compiler-plugin:3.10.1:maven-plugin</artifact> |
236 | 236 | <artifact>org.apache.maven.plugins:maven-source-plugin:3.2.1:maven-plugin</artifact> |
237 | | - <artifact>org.apache.maven.plugins:maven-antrun-plugin:3.0.0:maven-plugin</artifact> |
238 | | - <artifact>com.google.guava:guava:19.0</artifact> |
239 | | - <artifact>com.google.guava:guava-gwt:19.0</artifact> |
240 | | - <artifact>com.google.auto.value:auto-value:1.6.2</artifact> |
241 | | - <artifact>com.google.auto.value:auto-value-annotations:1.6.2</artifact> |
| 237 | + <artifact>org.apache.maven.plugins:maven-antrun-plugin:3.1.0:maven-plugin</artifact> |
| 238 | + <artifact>com.google.guava:guava-bom:31.1-jre:pom</artifact> |
| 239 | + <artifact>com.google.guava:guava:31.1-jre</artifact> |
| 240 | + <artifact>com.google.guava:guava-gwt:31.1-jre</artifact> |
| 241 | + <artifact>com.google.auto.value:auto-value:1.9</artifact> |
| 242 | + <artifact>com.google.auto.value:auto-value-annotations:1.9</artifact> |
242 | 243 | <artifact>javax.servlet:servlet-api:2.5</artifact> |
243 | | - <artifact>junit:junit:4.13.1</artifact> |
| 244 | + <artifact>junit:junit:4.13.2</artifact> |
244 | 245 | </extraArtifacts> |
245 | 246 | </configuration> |
246 | 247 | </plugin> |
247 | 248 | <plugin> |
248 | 249 | <groupId>org.apache.maven.plugins</groupId> |
249 | 250 | <artifactId>maven-site-plugin</artifactId> |
250 | | - <version>3.10.0</version> |
| 251 | + <version>3.12.0</version> |
251 | 252 | <dependencies> |
252 | 253 | <dependency> |
253 | 254 | <groupId>org.apache.maven.doxia</groupId> |
|
291 | 292 | <plugin> |
292 | 293 | <groupId>org.apache.maven.plugins</groupId> |
293 | 294 | <artifactId>maven-plugin-plugin</artifactId> |
294 | | - <version>3.6.2</version> |
| 295 | + <version>3.6.4</version> |
295 | 296 | </plugin> |
296 | 297 | <plugin> |
297 | 298 | <groupId>org.apache.maven.plugins</groupId> |
298 | 299 | <artifactId>maven-project-info-reports-plugin</artifactId> |
299 | | - <version>3.1.2</version> |
| 300 | + <version>3.3.0</version> |
300 | 301 | <configuration> |
301 | 302 | <skip>true</skip> |
302 | 303 | </configuration> |
303 | 304 | </plugin> |
304 | 305 | <plugin> |
305 | 306 | <groupId>org.apache.maven.plugins</groupId> |
306 | 307 | <artifactId>maven-javadoc-plugin</artifactId> |
307 | | - <version>3.3.1</version> |
| 308 | + <version>3.4.0</version> |
308 | 309 | </plugin> |
309 | 310 | </plugins> |
310 | 311 | </reporting> |
|
0 commit comments