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 1
1
# Change Log
2
2
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
+
3
9
## [ 0.22.2] ( https://github.com/auth0/jwks-rsa-java/tree/0.22.2 ) (2025-06-17)
4
10
[ Full Changelog] ( https://github.com/auth0/jwks-rsa-java/compare/0.22.1...0.22.2 )
5
11
Original file line number Diff line number Diff line change @@ -31,14 +31,14 @@ Add the dependency via Maven:
31
31
<dependency >
32
32
<groupId >com.auth0</groupId >
33
33
<artifactId >jwks-rsa</artifactId >
34
- <version >0.22.2 </version >
34
+ <version >0.23.0 </version >
35
35
</dependency >
36
36
```
37
37
38
38
or Gradle:
39
39
40
40
``` gradle
41
- implementation 'com.auth0:jwks-rsa:0.22.2 '
41
+ implementation 'com.auth0:jwks-rsa:0.23.0 '
42
42
```
43
43
44
44
### Usage
You can’t perform that action at this time.
0 commit comments