Skip to content

Commit

Permalink
fix : correct the version to be the latest in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
patternknife committed Jul 17, 2024
1 parent 3dad57f commit d8503dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<dependency>
<groupId>io.github.patternknife.securityhelper.oauth2.api</groupId>
<artifactId>spring-security-oauth2-password-jpa-implementation</artifactId>
<version>2.4.0</version>
<version>2.5.0</version>
</dependency>
```
* Set up the same access & refresh token APIs on both ``/oauth2/token`` and on our controller layer such as ``/api/v1/traditional-oauth/token``, both of which function same and have `the same request & response payloads for success and errors`.
Expand Down

0 comments on commit d8503dc

Please sign in to comment.