File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -132,13 +132,13 @@ Spring Boot 4.0 brings significant changes including Spring Security 7 and requi
132132<dependency >
133133 <groupId >com.digitalsanctuary</groupId >
134134 <artifactId >ds-spring-user-framework</artifactId >
135- <version >4.3.1 </version >
135+ <version >4.3.2 </version >
136136</dependency >
137137```
138138
139139** Gradle:**
140140``` groovy
141- implementation 'com.digitalsanctuary:ds-spring-user-framework:4.3.1 '
141+ implementation 'com.digitalsanctuary:ds-spring-user-framework:4.3.2 '
142142```
143143
144144#### Spring Boot 4.0 Key Changes
@@ -209,7 +209,7 @@ Follow these steps to get up and running with the Spring User Framework in your
209209
210210 ** Spring Boot 4.0 (Java 21+):**
211211 ``` groovy
212- implementation 'com.digitalsanctuary:ds-spring-user-framework:4.3.1 '
212+ implementation 'com.digitalsanctuary:ds-spring-user-framework:4.3.2 '
213213 ```
214214
215215 ** Spring Boot 3.5 (Java 17+):**
You can’t perform that action at this time.
0 commit comments