Skip to content

Commit 75f2823

Browse files
authored
Merge pull request #84 from pwssOrg/82-update-external-dependencies-to-latest-versions
82 update external dependencies to latest versions
2 parents 78e7407 + 3dc4cb1 commit 75f2823

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<groupId>org.pwss</groupId>
99
<artifactId>integrity_hash</artifactId>
1010
<packaging>jar</packaging>
11-
<version>1.2</version>
11+
<version>1.2.1</version>
1212
<description>A GUI application for file integrity checking</description>
1313

1414
<!-- Licenses -->
@@ -71,7 +71,7 @@
7171
<dependency>
7272
<groupId>ch.qos.logback</groupId>
7373
<artifactId>logback-classic</artifactId>
74-
<version>1.5.21</version>
74+
<version>1.5.23</version>
7575
</dependency>
7676

7777
<!-- https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-api -->
@@ -94,7 +94,7 @@
9494
<dependency>
9595
<groupId>com.formdev</groupId>
9696
<artifactId>flatlaf</artifactId>
97-
<version>3.6.2</version>
97+
<version>3.7</version>
9898
</dependency>
9999
</dependencies>
100100

@@ -106,7 +106,7 @@
106106
<!-- https://mvnrepository.com/artifact/org.codehaus.mojo/exec-maven-plugin -->
107107
<groupId>org.codehaus.mojo</groupId>
108108
<artifactId>exec-maven-plugin</artifactId>
109-
<version>3.6.2</version>
109+
<version>3.6.3</version>
110110
<configuration>
111111
<mainClass>${project.mainClass}</mainClass>
112112
</configuration>
@@ -126,10 +126,10 @@
126126

127127
<!-- Plugin to create a JAR with dependencies -->
128128
<plugin>
129-
<!-- https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-assembly-plugin/3.7.1 -->
129+
<!-- https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-assembly-plugin/3.8.0 -->
130130
<groupId>org.apache.maven.plugins</groupId>
131131
<artifactId>maven-assembly-plugin</artifactId>
132-
<version>3.7.1</version>
132+
<version>3.8.0</version>
133133
<configuration>
134134
<archive>
135135
<manifest>

0 commit comments

Comments
 (0)