Skip to content

Commit afe5171

Browse files
devondragonclaude
andcommitted
Update README installation version from 4.0.0 to 4.0.1
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 6f040f7 commit afe5171

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
@@ -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+):**

0 commit comments

Comments
 (0)