Skip to content

Commit a6a3998

Browse files
committed
Bump example dependency version in README to 3.5.0
1 parent 2baabf7 commit a6a3998

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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.4.1</version>
99+
<version>3.5.0</version>
100100
</dependency>
101101
```
102102

103103
### Gradle
104104

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

109109
## Quick Start

0 commit comments

Comments
 (0)