We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17325b5 commit 57245d3Copy full SHA for 57245d3
README.md
@@ -96,14 +96,14 @@ Check out the [Spring User Framework Demo Application](https://github.com/devond
96
<dependency>
97
<groupId>com.digitalsanctuary</groupId>
98
<artifactId>ds-spring-user-framework</artifactId>
99
- <version>3.5.0</version>
+ <version>3.5.1</version>
100
</dependency>
101
```
102
103
### Gradle
104
105
```groovy
106
-implementation 'com.digitalsanctuary:ds-spring-user-framework:3.5.0'
+implementation 'com.digitalsanctuary:ds-spring-user-framework:3.5.1'
107
108
109
## Quick Start
0 commit comments