File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- 0.22.1
1+ 0.22.2
Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## [ 0.22.2] ( https://github.com/auth0/jwks-rsa-java/tree/0.22.2 ) (2025-06-17)
4+ [ Full Changelog] ( https://github.com/auth0/jwks-rsa-java/compare/0.22.1...0.22.2 )
5+
6+ ** Added**
7+ - fix: bumps guava patch to unblock android users [ \# 210] ( https://github.com/auth0/jwks-rsa-java/pull/210 ) ([ tanya732] ( https://github.com/tanya732 ) )
8+
39## [ 0.22.1] ( https://github.com/auth0/jwks-rsa-java/tree/0.22.1 ) (2023-07-28)
410[ Full Changelog] ( https://github.com/auth0/jwks-rsa-java/compare/0.22.0...0.22.1 )
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.1 </version >
34+ <version >0.22.2 </version >
3535</dependency >
3636```
3737
3838or Gradle:
3939
4040``` gradle
41- implementation 'com.auth0:jwks-rsa:0.22.1 '
41+ implementation 'com.auth0:jwks-rsa:0.22.2 '
4242```
4343
4444### Usage
You can’t perform that action at this time.
0 commit comments