Skip to content

Commit

Permalink
Merge pull request #546 from auth0/release-3.19.0
Browse files Browse the repository at this point in the history
Release 3.19.0
  • Loading branch information
jimmyjames committed Mar 14, 2022
2 parents 212a3cd + 986be18 commit 1c3f553
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,17 @@
# Change Log

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

**Deprecated**
- Deprecate ES256K Algorithm [\#543](https://github.com/auth0/java-jwt/pull/543) ([poovamraj](https://github.com/poovamraj))

**Fixed**
- fix typos in JWTVerifier#verify docstring [\#526](https://github.com/auth0/java-jwt/pull/526) ([OdunlamiZO](https://github.com/OdunlamiZO))

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

## [3.18.3](https://github.com/auth0/java-jwt/tree/3.18.3) (2022-01-13)
[Full Changelog](https://github.com/auth0/java-jwt/compare/3.18.2...3.18.3)

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.18.3</version>
<version>3.19.0</version>
</dependency>
```

### Gradle

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

## Available Algorithms
Expand Down

0 comments on commit 1c3f553

Please sign in to comment.