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 8897553 commit bcb83b7Copy full SHA for bcb83b7
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.1</version>
+ <version>3.2.2</version>
88
</dependency>
89
```
90
91
### Gradle
92
93
```groovy
94
-implementation 'com.digitalsanctuary:ds-spring-user-framework:3.2.1'
+implementation 'com.digitalsanctuary:ds-spring-user-framework:3.2.2'
95
96
97
## Quick Start
0 commit comments