Skip to content

Commit

Permalink
Release 3.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyjames committed Aug 15, 2019
1 parent 00deb41 commit e4811e5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## [3.8.2](https://github.com/auth0/java-jwt/tree/3.8.2) (2019-08-15)
[Full Changelog](https://github.com/auth0/java-jwt/compare/3.8.1...3.8.2)

**Security**
- Fix: updated jackson-databind to 2.9.9.3 to block CVE [\#347](https://github.com/auth0/java-jwt/pull/347) ([danbrodsky](https://github.com/danbrodsky))

## [3.8.1](https://github.com/auth0/java-jwt/tree/3.8.1) (2019-05-22)
[Full Changelog](https://github.com/auth0/java-jwt/compare/3.8.0...3.8.1)

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ If you're looking for an **Android** version of the JWT Decoder take a look at o
<dependency>
<groupId>com.auth0</groupId>
<artifactId>java-jwt</artifactId>
<version>3.8.1</version>
<version>3.8.2</version>
</dependency>
```

### Gradle

```gradle
implementation 'com.auth0:java-jwt:3.8.1'
implementation 'com.auth0:java-jwt:3.8.2'
```

## Available Algorithms
Expand Down

0 comments on commit e4811e5

Please sign in to comment.