Skip to content

Commit bc61f3e

Browse files
committed
docs: update install instructions to version 4.0.2
1 parent da397ae commit bc61f3e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,13 +110,13 @@ Spring Boot 4.0 brings significant changes including Spring Security 7 and requi
110110
<dependency>
111111
<groupId>com.digitalsanctuary</groupId>
112112
<artifactId>ds-spring-user-framework</artifactId>
113-
<version>4.0.1</version>
113+
<version>4.0.2</version>
114114
</dependency>
115115
```
116116

117117
**Gradle:**
118118
```groovy
119-
implementation 'com.digitalsanctuary:ds-spring-user-framework:4.0.1'
119+
implementation 'com.digitalsanctuary:ds-spring-user-framework:4.0.2'
120120
```
121121

122122
#### Spring Boot 4.0 Key Changes
@@ -187,7 +187,7 @@ Follow these steps to get up and running with the Spring User Framework in your
187187

188188
**Spring Boot 4.0 (Java 21+):**
189189
```groovy
190-
implementation 'com.digitalsanctuary:ds-spring-user-framework:4.0.1'
190+
implementation 'com.digitalsanctuary:ds-spring-user-framework:4.0.2'
191191
```
192192

193193
**Spring Boot 3.5 (Java 17+):**

0 commit comments

Comments
 (0)