Skip to content

Commit

Permalink
Release 0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyjames committed Mar 14, 2022
1 parent 537c19b commit 7f84a29
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,11 @@
# Change Log

## [0.21.0](https://github.com/auth0/jwks-rsa-java/tree/0.21.0) (2022-03-14)
[Full Changelog](https://github.com/auth0/jwks-rsa-java/compare/0.20.2...0.21.0)

**Security**
- Bump `jackson-databind` dependency to 2.13.2 [\#142](https://github.com/auth0/jwks-rsa-java/pull/142) ([evansims](https://github.com/evansims))

## [0.20.2](https://github.com/auth0/jwks-rsa-java/tree/0.20.2) (2022-02-01)
[Full Changelog](https://github.com/auth0/jwks-rsa-java/compare/0.20.1...0.20.2)

Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -12,14 +12,14 @@
<dependency>
<groupId>com.auth0</groupId>
<artifactId>jwks-rsa</artifactId>
<version>0.20.2</version>
<version>0.21.0</version>
</dependency>
```

### Gradle

```gradle
implementation 'com.auth0:jwks-rsa:0.20.2'
implementation 'com.auth0:jwks-rsa:0.21.0'
```

## Usage
Expand Down

0 comments on commit 7f84a29

Please sign in to comment.