Skip to content

Commit e15254a

Browse files
authored
Merge pull request #338 from pwssOrg/develop
Release 1.8.3
2 parents 6fee916 + 7810c03 commit e15254a

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

File-Integrity-Scanner/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<groupId>org.pwss</groupId>
99
<artifactId>File-Integrity-Scanner</artifactId>
10-
<version>1.8.2</version>
10+
<version>1.8.3</version>
1111
<packaging>jar</packaging>
1212
<description>A File Integrity Scanner</description>
1313
<licenses>
@@ -52,7 +52,7 @@
5252
<maven.compiler.source>${java.version}</maven.compiler.source>
5353
<maven.compiler.target>${java.version}</maven.compiler.target>
5454
<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>
5656
<postgresql.JDBC-Driver.version>42.7.8</postgresql.JDBC-Driver.version>
5757
</properties>
5858

@@ -144,22 +144,22 @@
144144
<dependency>
145145
<groupId>lib.pwss</groupId>
146146
<artifactId>algorithm-hash-extraction</artifactId>
147-
<version>1.2.5</version>
147+
<version>1.2.6</version>
148148
</dependency>
149149

150150

151151
<!-- https://github.com/pwssOrg/PWSS-DirectoryNav/packages/2588313 -->
152152
<dependency>
153153
<groupId>lib.pwss</groupId>
154154
<artifactId>directory_nav</artifactId>
155-
<version>1.5.3</version>
155+
<version>1.5.4</version>
156156
</dependency>
157157

158158
<!-- https://github.com/pwssOrg/PWSS-FileQuarantine/packages/2687320 -->
159159
<dependency>
160160
<groupId>lib.pwss</groupId>
161161
<artifactId>file-quarantine</artifactId>
162-
<version>1.0.4</version>
162+
<version>1.0.5</version>
163163
</dependency>
164164

165165

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ or desired, ensuring full control over data integrity for the end-user.
4040

4141
### Spring Version
4242

43-
**Spring 4.0.0**
43+
**Spring 4.0.1**
4444

4545
### Steps
4646

0 commit comments

Comments
 (0)