File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -109,13 +109,13 @@ Spring Boot 4.0 brings significant changes including Spring Security 7 and requi
109109<dependency >
110110 <groupId >com.digitalsanctuary</groupId >
111111 <artifactId >ds-spring-user-framework</artifactId >
112- <version >4.0.0 </version >
112+ <version >4.0.1 </version >
113113</dependency >
114114```
115115
116116** Gradle:**
117117``` groovy
118- implementation 'com.digitalsanctuary:ds-spring-user-framework:4.0.0 '
118+ implementation 'com.digitalsanctuary:ds-spring-user-framework:4.0.1 '
119119```
120120
121121#### Spring Boot 4.0 Key Changes
@@ -186,7 +186,7 @@ Follow these steps to get up and running with the Spring User Framework in your
186186
187187 ** Spring Boot 4.0 (Java 21+):**
188188 ``` groovy
189- implementation 'com.digitalsanctuary:ds-spring-user-framework:4.0.0 '
189+ implementation 'com.digitalsanctuary:ds-spring-user-framework:4.0.1 '
190190 ```
191191
192192 ** Spring Boot 3.5 (Java 17+):**
You can’t perform that action at this time.
0 commit comments