Skip to content

Commit 68f9cf5

Browse files
committed
Release 3.8.3
1 parent 7adb0cf commit 68f9cf5

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

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

3+
## [3.8.3](https://github.com/auth0/java-jwt/tree/3.8.3) (2019-09-25)
4+
[Full Changelog](https://github.com/auth0/java-jwt/compare/3.8.2...3.8.3)
5+
6+
**Security**
7+
- Fix: updated jackson-databind to 2.10.0.pr3 to block CVE [\#356](https://github.com/auth0/java-jwt/pull/356) ([danbrodsky](https://github.com/danbrodsky))
8+
39
## [3.8.2](https://github.com/auth0/java-jwt/tree/3.8.2) (2019-08-15)
410
[Full Changelog](https://github.com/auth0/java-jwt/compare/3.8.1...3.8.2)
511

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ If you're looking for an **Android** version of the JWT Decoder take a look at o
1818
<dependency>
1919
<groupId>com.auth0</groupId>
2020
<artifactId>java-jwt</artifactId>
21-
<version>3.8.2</version>
21+
<version>3.8.3</version>
2222
</dependency>
2323
```
2424

2525
### Gradle
2626

2727
```gradle
28-
implementation 'com.auth0:java-jwt:3.8.2'
28+
implementation 'com.auth0:java-jwt:3.8.3'
2929
```
3030

3131
## Available Algorithms

0 commit comments

Comments
 (0)