Skip to content

Commit 1c3f553

Browse files
authored
Merge pull request #546 from auth0/release-3.19.0
Release 3.19.0
2 parents 212a3cd + 986be18 commit 1c3f553

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Change Log
22

3+
## [3.19.0](https://github.com/auth0/java-jwt/tree/3.19.0) (2022-03-14)
4+
[Full Changelog](https://github.com/auth0/java-jwt/compare/3.18.3...3.19.0)
5+
6+
**Deprecated**
7+
- Deprecate ES256K Algorithm [\#543](https://github.com/auth0/java-jwt/pull/543) ([poovamraj](https://github.com/poovamraj))
8+
9+
**Fixed**
10+
- fix typos in JWTVerifier#verify docstring [\#526](https://github.com/auth0/java-jwt/pull/526) ([OdunlamiZO](https://github.com/OdunlamiZO))
11+
12+
**Security**
13+
- Bump `jackson-databind` dependency to 2.13.2 [\#542](https://github.com/auth0/java-jwt/pull/542) ([evansims](https://github.com/evansims))
14+
315
## [3.18.3](https://github.com/auth0/java-jwt/tree/3.18.3) (2022-01-13)
416
[Full Changelog](https://github.com/auth0/java-jwt/compare/3.18.2...3.18.3)
517

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ The library is available on both Maven Central and Bintray, and the Javadoc is p
2323
<dependency>
2424
<groupId>com.auth0</groupId>
2525
<artifactId>java-jwt</artifactId>
26-
<version>3.18.3</version>
26+
<version>3.19.0</version>
2727
</dependency>
2828
```
2929

3030
### Gradle
3131

3232
```gradle
33-
implementation 'com.auth0:java-jwt:3.18.3'
33+
implementation 'com.auth0:java-jwt:3.19.0'
3434
```
3535

3636
## Available Algorithms

0 commit comments

Comments
 (0)