Skip to content

Commit 57245d3

Browse files
committed
Bump example dependency version to 3.5.1 in README
1 parent 17325b5 commit 57245d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,14 +96,14 @@ Check out the [Spring User Framework Demo Application](https://github.com/devond
9696
<dependency>
9797
<groupId>com.digitalsanctuary</groupId>
9898
<artifactId>ds-spring-user-framework</artifactId>
99-
<version>3.5.0</version>
99+
<version>3.5.1</version>
100100
</dependency>
101101
```
102102

103103
### Gradle
104104

105105
```groovy
106-
implementation 'com.digitalsanctuary:ds-spring-user-framework:3.5.0'
106+
implementation 'com.digitalsanctuary:ds-spring-user-framework:3.5.1'
107107
```
108108

109109
## Quick Start

0 commit comments

Comments
 (0)