Skip to content

Commit 8389064

Browse files
committed
pom.xml
1 parent 444896f commit 8389064

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

pom.xml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<maven.compiler.showWarnings>true</maven.compiler.showWarnings>
4444
<project.build.outputTimestamp>${git.commit.time}</project.build.outputTimestamp>
4545
<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>
4747
</properties>
4848

4949
<profiles>
@@ -219,7 +219,7 @@
219219
<dependency>
220220
<groupId>org.eclipse.platform</groupId>
221221
<artifactId>org.eclipse.jface</artifactId>
222-
<version>3.38.100</version>
222+
<version>3.39.0</version>
223223
<exclusions>
224224
<exclusion>
225225
<groupId>org.eclipse.platform</groupId>
@@ -240,7 +240,7 @@
240240
<dependency>
241241
<groupId>org.eclipse.platform</groupId>
242242
<artifactId>org.eclipse.swt.svg</artifactId>
243-
<version>3.131.0</version>
243+
<version>3.132.0</version>
244244
<scope>runtime</scope>
245245
</dependency>
246246
<dependency>
@@ -278,7 +278,7 @@
278278
<dependency>
279279
<groupId>commons-io</groupId>
280280
<artifactId>commons-io</artifactId>
281-
<version>2.21.0</version>
281+
<version>2.22.0</version>
282282
<scope>test</scope>
283283
</dependency>
284284
</dependencies>
@@ -303,15 +303,15 @@
303303
<plugin>
304304
<groupId>org.apache.maven.plugins</groupId>
305305
<artifactId>maven-compiler-plugin</artifactId>
306-
<version>3.14.1</version>
306+
<version>3.15.0</version>
307307
<configuration>
308308
<compilerArgument>-Xlint:all</compilerArgument>
309309
</configuration>
310310
</plugin>
311311
<plugin>
312312
<groupId>io.github.git-commit-id</groupId>
313313
<artifactId>git-commit-id-maven-plugin</artifactId>
314-
<version>9.0.2</version>
314+
<version>10.0.0</version>
315315
<executions>
316316
<execution>
317317
<goals>
@@ -329,7 +329,7 @@
329329
<plugin>
330330
<groupId>org.apache.maven.plugins</groupId>
331331
<artifactId>maven-enforcer-plugin</artifactId>
332-
<version>3.6.2</version>
332+
<version>3.6.3</version>
333333
<executions>
334334
<execution>
335335
<goals>
@@ -351,15 +351,15 @@
351351
<dependency>
352352
<groupId>org.codehaus.mojo</groupId>
353353
<artifactId>extra-enforcer-rules</artifactId>
354-
<version>1.11.0</version>
354+
<version>1.12.0</version>
355355
</dependency>
356356
</dependencies>
357357
</plugin>
358358

359359
<plugin>
360360
<groupId>org.apache.maven.plugins</groupId>
361361
<artifactId>maven-resources-plugin</artifactId>
362-
<version>3.4.0</version>
362+
<version>3.5.0</version>
363363
<configuration>
364364
<encoding>UTF-8</encoding>
365365
<propertiesEncoding>UTF-8</propertiesEncoding>
@@ -373,7 +373,7 @@
373373
<plugin>
374374
<groupId>org.apache.maven.plugins</groupId>
375375
<artifactId>maven-jar-plugin</artifactId>
376-
<version>3.5.0</version>
376+
<version>3.4.2</version>
377377
<configuration>
378378
<archive>
379379
<manifestEntries>
@@ -567,12 +567,12 @@
567567
<plugin>
568568
<groupId>org.apache.maven.plugins</groupId>
569569
<artifactId>maven-surefire-plugin</artifactId>
570-
<version>3.5.4</version>
570+
<version>3.5.5</version>
571571
</plugin>
572572
<plugin>
573573
<groupId>org.sonarsource.scanner.maven</groupId>
574574
<artifactId>sonar-maven-plugin</artifactId>
575-
<version>5.5.0.6356</version>
575+
<version>5.6.0.6792</version>
576576
</plugin>
577577
</plugins>
578578
</pluginManagement>

0 commit comments

Comments
 (0)