Skip to content

Commit 97df222

Browse files
committed
chore: update Spring Boot, Swagger annotations, and Springdoc OpenAPI versions
- Spring Boot upgraded from 4.00-RC2 to 4.00 - swagger-annotations upgraded from 2.2.40 to 2.2.41 - springdoc-openapi-starter-webmvc-ui upgraded from 3.0.0-RC1 to 3.0.0 - Updated and improved README documentation
1 parent 3f624a4 commit 97df222

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

File-Integrity-Scanner/pom.xml

Lines changed: 4 additions & 4 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.1</version>
10+
<version>1.8.2</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-RC2</spring-boot.version>
55+
<spring-boot.version>4.0.0</spring-boot.version>
5656
<postgresql.JDBC-Driver.version>42.7.8</postgresql.JDBC-Driver.version>
5757
</properties>
5858

@@ -108,15 +108,15 @@
108108
<dependency>
109109
<groupId>io.swagger.core.v3</groupId>
110110
<artifactId>swagger-annotations</artifactId>
111-
<version>2.2.40</version>
111+
<version>2.2.41</version>
112112
</dependency>
113113

114114

115115
<!-- https://mvnrepository.com/artifact/org.springdoc/springdoc-openapi-starter-webmvc-ui -->
116116
<dependency>
117117
<groupId>org.springdoc</groupId>
118118
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
119-
<version>3.0.0-RC1</version>
119+
<version>3.0.0</version>
120120
</dependency>
121121

122122

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,13 @@ or desired, ensuring full control over data integrity for the end-user.
3838

3939
### Requirements
4040

41-
- **PostgreSQL 17.5**
42-
- **Spring 4.0.0-RC2**
41+
- **PostgreSQL**
42+
- **SSL Password**
43+
44+
45+
### Spring Version
46+
47+
**Spring 4.0.0**
4348

4449
### Steps
4550

0 commit comments

Comments
 (0)