|
7 | 7 |
|
8 | 8 | <groupId>org.pwss</groupId> |
9 | 9 | <artifactId>File-Integrity-Scanner</artifactId> |
10 | | - <version>1.8.2</version> |
| 10 | + <version>1.8.3</version> |
11 | 11 | <packaging>jar</packaging> |
12 | 12 | <description>A File Integrity Scanner</description> |
13 | 13 | <licenses> |
|
52 | 52 | <maven.compiler.source>${java.version}</maven.compiler.source> |
53 | 53 | <maven.compiler.target>${java.version}</maven.compiler.target> |
54 | 54 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
55 | | - <spring-boot.version>4.0.0</spring-boot.version> |
| 55 | + <spring-boot.version>4.0.1</spring-boot.version> |
56 | 56 | <postgresql.JDBC-Driver.version>42.7.8</postgresql.JDBC-Driver.version> |
57 | 57 | </properties> |
58 | 58 |
|
|
144 | 144 | <dependency> |
145 | 145 | <groupId>lib.pwss</groupId> |
146 | 146 | <artifactId>algorithm-hash-extraction</artifactId> |
147 | | - <version>1.2.5</version> |
| 147 | + <version>1.2.6</version> |
148 | 148 | </dependency> |
149 | 149 |
|
150 | 150 |
|
151 | 151 | <!-- https://github.com/pwssOrg/PWSS-DirectoryNav/packages/2588313 --> |
152 | 152 | <dependency> |
153 | 153 | <groupId>lib.pwss</groupId> |
154 | 154 | <artifactId>directory_nav</artifactId> |
155 | | - <version>1.5.3</version> |
| 155 | + <version>1.5.4</version> |
156 | 156 | </dependency> |
157 | 157 |
|
158 | 158 | <!-- https://github.com/pwssOrg/PWSS-FileQuarantine/packages/2687320 --> |
159 | 159 | <dependency> |
160 | 160 | <groupId>lib.pwss</groupId> |
161 | 161 | <artifactId>file-quarantine</artifactId> |
162 | | - <version>1.0.4</version> |
| 162 | + <version>1.0.5</version> |
163 | 163 | </dependency> |
164 | 164 |
|
165 | 165 |
|
|
0 commit comments