File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1- 0.22.2
1+ 0.23.0
Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## [ 0.23.0] ( https://github.com/auth0/jwks-rsa-java/tree/0.23.0 ) (2025-08-11)
4+ [ Full Changelog] ( https://github.com/auth0/jwks-rsa-java/compare/0.22.2...0.23.0 )
5+
6+ ** Added**
7+ - Feat: Added Cache Implementation [ \# 221] ( https://github.com/auth0/jwks-rsa-java/pull/221 ) ([ tanya732] ( https://github.com/tanya732 ) )
8+
39## [ 0.22.2] ( https://github.com/auth0/jwks-rsa-java/tree/0.22.2 ) (2025-06-17)
410[ Full Changelog] ( https://github.com/auth0/jwks-rsa-java/compare/0.22.1...0.22.2 )
511
Original file line number Diff line number Diff line change @@ -31,14 +31,14 @@ Add the dependency via Maven:
3131<dependency >
3232 <groupId >com.auth0</groupId >
3333 <artifactId >jwks-rsa</artifactId >
34- <version >0.22.2 </version >
34+ <version >0.23.0 </version >
3535</dependency >
3636```
3737
3838or Gradle:
3939
4040``` gradle
41- implementation 'com.auth0:jwks-rsa:0.22.2 '
41+ implementation 'com.auth0:jwks-rsa:0.23.0 '
4242```
4343
4444### Usage
You can’t perform that action at this time.
0 commit comments