Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 3.19.1 #569

Merged
merged 1 commit into from Mar 30, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,11 @@
# Change Log

## [3.19.1](https://github.com/auth0/java-jwt/tree/3.19.1) (2022-03-30)
[Full Changelog](https://github.com/auth0/java-jwt/compare/3.19.0...3.19.1)

**Security**
- Security: Bump `jackson-databind` to 2.13.2.2 [\#566](https://github.com/auth0/java-jwt/pull/566) ([evansims](https://github.com/evansims))

## [3.19.0](https://github.com/auth0/java-jwt/tree/3.19.0) (2022-03-14)
[Full Changelog](https://github.com/auth0/java-jwt/compare/3.18.3...3.19.0)

Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -23,14 +23,14 @@ The library is available on both Maven Central and Bintray, and the Javadoc is p
<dependency>
<groupId>com.auth0</groupId>
<artifactId>java-jwt</artifactId>
<version>3.19.0</version>
<version>3.19.1</version>
</dependency>
```

### Gradle

```gradle
implementation 'com.auth0:java-jwt:3.19.0'
implementation 'com.auth0:java-jwt:3.19.1'
```

## Available Algorithms
Expand Down