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 b8f0621 commit 030c9d0Copy full SHA for 030c9d0
README.md
@@ -84,14 +84,14 @@ Check out the [Spring User Framework Demo Application](https://github.com/devond
84
<dependency>
85
<groupId>com.digitalsanctuary</groupId>
86
<artifactId>ds-spring-user-framework</artifactId>
87
- <version>3.2.2</version>
+ <version>3.3.0</version>
88
</dependency>
89
```
90
91
### Gradle
92
93
```groovy
94
-implementation 'com.digitalsanctuary:ds-spring-user-framework:3.2.2'
+implementation 'com.digitalsanctuary:ds-spring-user-framework:3.3.0'
95
96
97
## Quick Start
0 commit comments