File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -130,13 +130,13 @@ Spring Boot 4.0 brings significant changes including Spring Security 7 and requi
130130<dependency >
131131 <groupId >com.digitalsanctuary</groupId >
132132 <artifactId >ds-spring-user-framework</artifactId >
133- <version >4.3.0 </version >
133+ <version >4.3.1 </version >
134134</dependency >
135135```
136136
137137** Gradle:**
138138``` groovy
139- implementation 'com.digitalsanctuary:ds-spring-user-framework:4.3.0 '
139+ implementation 'com.digitalsanctuary:ds-spring-user-framework:4.3.1 '
140140```
141141
142142#### Spring Boot 4.0 Key Changes
@@ -207,7 +207,7 @@ Follow these steps to get up and running with the Spring User Framework in your
207207
208208 ** Spring Boot 4.0 (Java 21+):**
209209 ``` groovy
210- implementation 'com.digitalsanctuary:ds-spring-user-framework:4.3.0 '
210+ implementation 'com.digitalsanctuary:ds-spring-user-framework:4.3.1 '
211211 ```
212212
213213 ** Spring Boot 3.5 (Java 17+):**
You can’t perform that action at this time.
0 commit comments