|
8 | 8 | <groupId>org.pwss</groupId> |
9 | 9 | <artifactId>integrity_hash</artifactId> |
10 | 10 | <packaging>jar</packaging> |
11 | | - <version>1.2</version> |
| 11 | + <version>1.2.1</version> |
12 | 12 | <description>A GUI application for file integrity checking</description> |
13 | 13 |
|
14 | 14 | <!-- Licenses --> |
|
71 | 71 | <dependency> |
72 | 72 | <groupId>ch.qos.logback</groupId> |
73 | 73 | <artifactId>logback-classic</artifactId> |
74 | | - <version>1.5.21</version> |
| 74 | + <version>1.5.23</version> |
75 | 75 | </dependency> |
76 | 76 |
|
77 | 77 | <!-- https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-api --> |
|
94 | 94 | <dependency> |
95 | 95 | <groupId>com.formdev</groupId> |
96 | 96 | <artifactId>flatlaf</artifactId> |
97 | | - <version>3.6.2</version> |
| 97 | + <version>3.7</version> |
98 | 98 | </dependency> |
99 | 99 | </dependencies> |
100 | 100 |
|
|
106 | 106 | <!-- https://mvnrepository.com/artifact/org.codehaus.mojo/exec-maven-plugin --> |
107 | 107 | <groupId>org.codehaus.mojo</groupId> |
108 | 108 | <artifactId>exec-maven-plugin</artifactId> |
109 | | - <version>3.6.2</version> |
| 109 | + <version>3.6.3</version> |
110 | 110 | <configuration> |
111 | 111 | <mainClass>${project.mainClass}</mainClass> |
112 | 112 | </configuration> |
|
126 | 126 |
|
127 | 127 | <!-- Plugin to create a JAR with dependencies --> |
128 | 128 | <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 --> |
130 | 130 | <groupId>org.apache.maven.plugins</groupId> |
131 | 131 | <artifactId>maven-assembly-plugin</artifactId> |
132 | | - <version>3.7.1</version> |
| 132 | + <version>3.8.0</version> |
133 | 133 | <configuration> |
134 | 134 | <archive> |
135 | 135 | <manifest> |
|
0 commit comments