Skip to content
Merged
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<groupId>org.pwss</groupId>
<artifactId>integrity_hash</artifactId>
<packaging>jar</packaging>
<version>1.2</version>
<version>1.2.1</version>
<description>A GUI application for file integrity checking</description>

<!-- Licenses -->
Expand Down Expand Up @@ -71,7 +71,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.5.21</version>
<version>1.5.23</version>
</dependency>

<!-- https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-api -->
Expand All @@ -94,7 +94,7 @@
<dependency>
<groupId>com.formdev</groupId>
<artifactId>flatlaf</artifactId>
<version>3.6.2</version>
<version>3.7</version>
</dependency>
</dependencies>

Expand All @@ -106,7 +106,7 @@
<!-- https://mvnrepository.com/artifact/org.codehaus.mojo/exec-maven-plugin -->
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>3.6.2</version>
<version>3.6.3</version>
<configuration>
<mainClass>${project.mainClass}</mainClass>
</configuration>
Expand All @@ -126,10 +126,10 @@

<!-- Plugin to create a JAR with dependencies -->
<plugin>
<!-- https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-assembly-plugin/3.7.1 -->
<!-- https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-assembly-plugin/3.8.0 -->
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<version>3.7.1</version>
<version>3.8.0</version>
<configuration>
<archive>
<manifest>
Expand Down