Skip to content

Commit dd40410

Browse files
authored
Merge pull request #569 from auth0/perform-release-3.19.1
Release 3.19.1
2 parents dd22f32 + 9793478 commit dd40410

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## [3.19.1](https://github.com/auth0/java-jwt/tree/3.19.1) (2022-03-30)
4+
[Full Changelog](https://github.com/auth0/java-jwt/compare/3.19.0...3.19.1)
5+
6+
**Security**
7+
- Security: Bump `jackson-databind` to 2.13.2.2 [\#566](https://github.com/auth0/java-jwt/pull/566) ([evansims](https://github.com/evansims))
8+
39
## [3.19.0](https://github.com/auth0/java-jwt/tree/3.19.0) (2022-03-14)
410
[Full Changelog](https://github.com/auth0/java-jwt/compare/3.18.3...3.19.0)
511

README.md

+2-2
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.19.0</version>
26+
<version>3.19.1</version>
2727
</dependency>
2828
```
2929

3030
### Gradle
3131

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

3636
## Available Algorithms

0 commit comments

Comments
 (0)