Skip to content

Commit

Permalink
pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
albertus82 committed Apr 18, 2024
1 parent 91aa223 commit 0dc2a02
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<maven.version.rules>${project.baseUri}maven-version-rules.xml</maven.version.rules>
<swt.version>3.116.100</swt.version> <!-- Last version compatible with JRE 8 -->
<jface.version>3.22.200</jface.version> <!-- Last version compatible with JRE 8 -->
<lombok.version>1.18.30</lombok.version>
<lombok.version>1.18.32</lombok.version>
<picocli.version>4.7.5</picocli.version>
<windows.build.finalName>${project.name}</windows.build.finalName>
<linux.build.finalName>${project.artifactId}</linux.build.finalName>
Expand Down Expand Up @@ -75,7 +75,7 @@
<dependency>
<groupId>io.github.albertus82</groupId>
<artifactId>jface-utils</artifactId>
<version>19.0.7</version>
<version>20.0.0</version>
<exclusions>
<exclusion>
<groupId>org.eclipse.platform</groupId>
Expand All @@ -86,7 +86,7 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk18on</artifactId>
<version>1.78</version>
<version>1.78.1</version>
</dependency>
<!-- <dependency>
<groupId>io.github.ehn-digital-green-development</groupId>
Expand All @@ -96,12 +96,12 @@
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.16.0</version>
<version>1.16.1</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.14.0</version>
<version>2.16.1</version>
</dependency>
<dependency>
<groupId>org.eclipse.platform</groupId>
Expand All @@ -116,7 +116,7 @@
<dependency>
<groupId>org.eclipse.platform</groupId>
<artifactId>org.eclipse.osgi</artifactId>
<version>3.18.500</version>
<version>3.19.0</version>
</dependency>
<dependency>
<groupId>info.picocli</groupId>
Expand Down Expand Up @@ -151,7 +151,7 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.10.0</version>
<version>5.10.2</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down Expand Up @@ -687,7 +687,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>3.6.0</version>
<version>3.6.1</version>
</plugin>
</plugins>
</pluginManagement>
Expand All @@ -696,7 +696,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-clean-plugin</artifactId>
<version>3.3.1</version>
<version>3.3.2</version>
<configuration>
<excludeDefaultDirectories>true</excludeDefaultDirectories>
<filesets>
Expand All @@ -716,7 +716,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.11.0</version>
<version>3.13.0</version>
<configuration>
<compilerArgument>-Xlint:all</compilerArgument>
</configuration>
Expand All @@ -725,7 +725,7 @@
<plugin>
<groupId>io.github.git-commit-id</groupId>
<artifactId>git-commit-id-maven-plugin</artifactId>
<version>6.0.0</version>
<version>8.0.2</version>
<executions>
<execution>
<goals>
Expand All @@ -743,7 +743,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.3.0</version>
<version>3.4.0</version>
<configuration>
<archive>
<manifestEntries>
Expand Down Expand Up @@ -797,7 +797,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.10</version>
<version>0.8.12</version>
<executions>
<execution>
<id>default-prepare-agent</id>
Expand All @@ -817,7 +817,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
<version>2.16.1</version>
<version>2.16.2</version>
<executions>
<execution>
<phase>verify</phase>
Expand Down Expand Up @@ -892,7 +892,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<version>3.6.0</version>
<version>3.7.1</version>
<configuration>
<finalName>${assembly.finalName}</finalName>
<outputDirectory>${assembly.outputDirectory}</outputDirectory>
Expand All @@ -913,7 +913,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-invoker-plugin</artifactId>
<version>3.6.0</version>
<version>3.6.1</version>
<configuration>
<pom>pom.xml</pom>
<streamLogs>true</streamLogs>
Expand Down

0 comments on commit 0dc2a02

Please sign in to comment.