Skip to content

Commit

Permalink
Merge pull request #581 from auth0/perform-release-3.19.2
Browse files Browse the repository at this point in the history
Release 3.19.2
  • Loading branch information
poovamraj committed May 5, 2022
2 parents 34caf1f + fd3eac3 commit 1f0d65f
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

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

**Security**
- [SDK-3311] Added protection against CVE-2022-21449 [\#579](https://github.com/auth0/java-jwt/pull/579) ([poovamraj](https://github.com/poovamraj))

## [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)

Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -25,14 +25,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.1</version>
<version>3.19.2</version>
</dependency>
```

### Gradle

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

## Available Algorithms
Expand Down

0 comments on commit 1f0d65f

Please sign in to comment.