Skip to content

Commit

Permalink
pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
albertus82 committed Jan 11, 2024
1 parent ddec976 commit bf98383
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<maven.compiler.showWarnings>true</maven.compiler.showWarnings>
<project.build.outputTimestamp>${git.commit.time}</project.build.outputTimestamp>
<maven.version.rules>${project.baseUri}maven-version-rules.xml</maven.version.rules>
<swt.version>3.124.100</swt.version>
<swt.version>3.124.200</swt.version>
</properties>

<profiles>
Expand Down Expand Up @@ -219,7 +219,7 @@
<dependency>
<groupId>org.eclipse.platform</groupId>
<artifactId>org.eclipse.jface</artifactId>
<version>3.31.0</version>
<version>3.32.0</version>
<exclusions>
<exclusion>
<groupId>org.eclipse.platform</groupId>
Expand All @@ -230,12 +230,12 @@
<dependency>
<groupId>org.eclipse.platform</groupId>
<artifactId>org.eclipse.core.commands</artifactId>
<version>3.11.100</version>
<version>3.11.200</version>
</dependency>
<dependency>
<groupId>org.eclipse.platform</groupId>
<artifactId>org.eclipse.equinox.common</artifactId>
<version>3.18.100</version>
<version>3.18.200</version>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
Expand Down

0 comments on commit bf98383

Please sign in to comment.