Skip to content

Commit 5a8bd81

Browse files
authored
Release 0.22.2 (#219)
2 parents 0882840 + d3d7aaa commit 5a8bd81

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.22.1
1+
0.22.2

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

3838
or 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

0 commit comments

Comments
 (0)