|
43 | 43 | <maven.compiler.showWarnings>true</maven.compiler.showWarnings> |
44 | 44 | <project.build.outputTimestamp>${git.commit.time}</project.build.outputTimestamp> |
45 | 45 | <maven.version.rules>${project.baseUri}maven-version-rules.xml</maven.version.rules> |
46 | | - <swt.version>3.132.0</swt.version> |
| 46 | + <swt.version>3.133.0</swt.version> |
47 | 47 | </properties> |
48 | 48 |
|
49 | 49 | <profiles> |
|
219 | 219 | <dependency> |
220 | 220 | <groupId>org.eclipse.platform</groupId> |
221 | 221 | <artifactId>org.eclipse.jface</artifactId> |
222 | | - <version>3.38.100</version> |
| 222 | + <version>3.39.0</version> |
223 | 223 | <exclusions> |
224 | 224 | <exclusion> |
225 | 225 | <groupId>org.eclipse.platform</groupId> |
|
240 | 240 | <dependency> |
241 | 241 | <groupId>org.eclipse.platform</groupId> |
242 | 242 | <artifactId>org.eclipse.swt.svg</artifactId> |
243 | | - <version>3.131.0</version> |
| 243 | + <version>3.132.0</version> |
244 | 244 | <scope>runtime</scope> |
245 | 245 | </dependency> |
246 | 246 | <dependency> |
|
278 | 278 | <dependency> |
279 | 279 | <groupId>commons-io</groupId> |
280 | 280 | <artifactId>commons-io</artifactId> |
281 | | - <version>2.21.0</version> |
| 281 | + <version>2.22.0</version> |
282 | 282 | <scope>test</scope> |
283 | 283 | </dependency> |
284 | 284 | </dependencies> |
|
303 | 303 | <plugin> |
304 | 304 | <groupId>org.apache.maven.plugins</groupId> |
305 | 305 | <artifactId>maven-compiler-plugin</artifactId> |
306 | | - <version>3.14.1</version> |
| 306 | + <version>3.15.0</version> |
307 | 307 | <configuration> |
308 | 308 | <compilerArgument>-Xlint:all</compilerArgument> |
309 | 309 | </configuration> |
310 | 310 | </plugin> |
311 | 311 | <plugin> |
312 | 312 | <groupId>io.github.git-commit-id</groupId> |
313 | 313 | <artifactId>git-commit-id-maven-plugin</artifactId> |
314 | | - <version>9.0.2</version> |
| 314 | + <version>10.0.0</version> |
315 | 315 | <executions> |
316 | 316 | <execution> |
317 | 317 | <goals> |
|
329 | 329 | <plugin> |
330 | 330 | <groupId>org.apache.maven.plugins</groupId> |
331 | 331 | <artifactId>maven-enforcer-plugin</artifactId> |
332 | | - <version>3.6.2</version> |
| 332 | + <version>3.6.3</version> |
333 | 333 | <executions> |
334 | 334 | <execution> |
335 | 335 | <goals> |
|
351 | 351 | <dependency> |
352 | 352 | <groupId>org.codehaus.mojo</groupId> |
353 | 353 | <artifactId>extra-enforcer-rules</artifactId> |
354 | | - <version>1.11.0</version> |
| 354 | + <version>1.12.0</version> |
355 | 355 | </dependency> |
356 | 356 | </dependencies> |
357 | 357 | </plugin> |
358 | 358 |
|
359 | 359 | <plugin> |
360 | 360 | <groupId>org.apache.maven.plugins</groupId> |
361 | 361 | <artifactId>maven-resources-plugin</artifactId> |
362 | | - <version>3.4.0</version> |
| 362 | + <version>3.5.0</version> |
363 | 363 | <configuration> |
364 | 364 | <encoding>UTF-8</encoding> |
365 | 365 | <propertiesEncoding>UTF-8</propertiesEncoding> |
|
373 | 373 | <plugin> |
374 | 374 | <groupId>org.apache.maven.plugins</groupId> |
375 | 375 | <artifactId>maven-jar-plugin</artifactId> |
376 | | - <version>3.5.0</version> |
| 376 | + <version>3.4.2</version> |
377 | 377 | <configuration> |
378 | 378 | <archive> |
379 | 379 | <manifestEntries> |
|
567 | 567 | <plugin> |
568 | 568 | <groupId>org.apache.maven.plugins</groupId> |
569 | 569 | <artifactId>maven-surefire-plugin</artifactId> |
570 | | - <version>3.5.4</version> |
| 570 | + <version>3.5.5</version> |
571 | 571 | </plugin> |
572 | 572 | <plugin> |
573 | 573 | <groupId>org.sonarsource.scanner.maven</groupId> |
574 | 574 | <artifactId>sonar-maven-plugin</artifactId> |
575 | | - <version>5.5.0.6356</version> |
| 575 | + <version>5.6.0.6792</version> |
576 | 576 | </plugin> |
577 | 577 | </plugins> |
578 | 578 | </pluginManagement> |
|
0 commit comments