Skip to content

Commit fd3eac3

Browse files
committed
Release 3.19.2
1 parent 34caf1f commit fd3eac3

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.2](https://github.com/auth0/java-jwt/tree/3.19.2) (2022-05-05)
4+
[Full Changelog](https://github.com/auth0/java-jwt/compare/3.19.1...3.19.2)
5+
6+
**Security**
7+
- [SDK-3311] Added protection against CVE-2022-21449 [\#579](https://github.com/auth0/java-jwt/pull/579) ([poovamraj](https://github.com/poovamraj))
8+
39
## [3.19.1](https://github.com/auth0/java-jwt/tree/3.19.1) (2022-03-30)
410
[Full Changelog](https://github.com/auth0/java-jwt/compare/3.19.0...3.19.1)
511

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ The library is available on both Maven Central and Bintray, and the Javadoc is p
2525
<dependency>
2626
<groupId>com.auth0</groupId>
2727
<artifactId>java-jwt</artifactId>
28-
<version>3.19.1</version>
28+
<version>3.19.2</version>
2929
</dependency>
3030
```
3131

3232
### Gradle
3333

3434
```gradle
35-
implementation 'com.auth0:java-jwt:3.19.1'
35+
implementation 'com.auth0:java-jwt:3.19.2'
3636
```
3737

3838
## Available Algorithms

0 commit comments

Comments
 (0)