File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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+):**
You can’t perform that action at this time.
0 commit comments