Skip to content

Commit e47b79f

Browse files
committed
Updated dependencies & Maven plugins.
1 parent 9fdf615 commit e47b79f

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

pom.xml

Lines changed: 9 additions & 9 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.122.0</swt.version>
46+
<swt.version>3.123.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.28.0</version>
222+
<version>3.29.0</version>
223223
<exclusions>
224224
<exclusion>
225225
<groupId>org.eclipse.platform</groupId>
@@ -230,12 +230,12 @@
230230
<dependency>
231231
<groupId>org.eclipse.platform</groupId>
232232
<artifactId>org.eclipse.core.commands</artifactId>
233-
<version>3.10.300</version>
233+
<version>3.10.400</version>
234234
</dependency>
235235
<dependency>
236236
<groupId>org.eclipse.platform</groupId>
237237
<artifactId>org.eclipse.equinox.common</artifactId>
238-
<version>3.17.0</version>
238+
<version>3.17.100</version>
239239
</dependency>
240240
<dependency>
241241
<groupId>com.google.code.findbugs</groupId>
@@ -335,7 +335,7 @@
335335
<version>11</version>
336336
</requireJavaVersion>
337337
<requireMavenVersion>
338-
<version>3.5.2</version>
338+
<version>3.6.3</version>
339339
</requireMavenVersion>
340340
</rules>
341341
</configuration>
@@ -353,7 +353,7 @@
353353
<plugin>
354354
<groupId>org.apache.maven.plugins</groupId>
355355
<artifactId>maven-resources-plugin</artifactId>
356-
<version>3.3.0</version>
356+
<version>3.3.1</version>
357357
<configuration>
358358
<encoding>UTF-8</encoding>
359359
<propertiesEncoding>UTF-8</propertiesEncoding>
@@ -487,7 +487,7 @@
487487
<plugin>
488488
<groupId>org.apache.maven.plugins</groupId>
489489
<artifactId>maven-help-plugin</artifactId>
490-
<version>3.3.0</version>
490+
<version>3.4.0</version>
491491
<executions>
492492
<execution>
493493
<?m2e ignore?>
@@ -518,7 +518,7 @@
518518
<plugin>
519519
<groupId>org.codehaus.mojo</groupId>
520520
<artifactId>flatten-maven-plugin</artifactId>
521-
<version>1.3.0</version>
521+
<version>1.4.0</version>
522522
<configuration>
523523
<flattenMode>ossrh</flattenMode>
524524
<pomElements>
@@ -550,7 +550,7 @@
550550
<plugin>
551551
<groupId>org.apache.maven.plugins</groupId>
552552
<artifactId>maven-surefire-plugin</artifactId>
553-
<version>2.22.2</version>
553+
<version>3.0.0</version>
554554
</plugin>
555555
</plugins>
556556
</pluginManagement>

0 commit comments

Comments
 (0)