Skip to content

Commit

Permalink
Release 0.22.1 (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyjames committed Jul 28, 2023
2 parents 8da6f90 + 7af8509 commit 683d97d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,16 @@
# Change Log

## [0.22.1](https://github.com/auth0/jwks-rsa-java/tree/0.22.1) (2023-07-28)
[Full Changelog](https://github.com/auth0/jwks-rsa-java/compare/0.22.0...0.22.1)

**Security**
- Update to Guava 32.1.1 [\#184](https://github.com/auth0/jwks-rsa-java/pull/184) ([jimmyjames](https://github.com/jimmyjames))

**Changed**
- Update and pin Gradle workflow actions [\#182](https://github.com/auth0/jwks-rsa-java/pull/182) ([evansims](https://github.com/evansims))
- Update dependencies [\#175](https://github.com/auth0/jwks-rsa-java/pull/175) ([jimmyjames](https://github.com/jimmyjames))
- Update JavaDocs with default caching behavior [\#179](https://github.com/auth0/jwks-rsa-java/pull/179) ([msailes](https://github.com/msailes))

## [0.22.0](https://github.com/auth0/jwks-rsa-java/tree/0.22.0) (2023-02-10)
[Full Changelog](https://github.com/auth0/jwks-rsa-java/compare/0.21.3...0.22.0)

Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -31,14 +31,14 @@ Add the dependency via Maven:
<dependency>
<groupId>com.auth0</groupId>
<artifactId>jwks-rsa</artifactId>
<version>0.22.0</version>
<version>0.22.1</version>
</dependency>
```

or Gradle:

```gradle
implementation 'com.auth0:jwks-rsa:0.22.0'
implementation 'com.auth0:jwks-rsa:0.22.1'
```

### Usage
Expand Down

0 comments on commit 683d97d

Please sign in to comment.