Skip to content

Commit

Permalink
Release 3.18.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyjames committed Jan 13, 2022
1 parent 724cae8 commit 24fa7c6
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.18.3](https://github.com/auth0/java-jwt/tree/3.18.3) (2022-01-13)
[Full Changelog](https://github.com/auth0/java-jwt/compare/3.18.2...3.18.3)

**Security**
- Update jackson dependency [\#523](https://github.com/auth0/java-jwt/pull/523) ([poovamraj](https://github.com/poovamraj))

## [3.18.2](https://github.com/auth0/java-jwt/tree/3.18.2) (2021-09-16)
[Full Changelog](https://github.com/auth0/java-jwt/compare/3.18.1...3.18.2)

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ The library is available on both Maven Central and Bintray, and the Javadoc is p
<dependency>
<groupId>com.auth0</groupId>
<artifactId>java-jwt</artifactId>
<version>3.18.2</version>
<version>3.18.3</version>
</dependency>
```

### Gradle

```gradle
implementation 'com.auth0:java-jwt:3.18.2'
implementation 'com.auth0:java-jwt:3.18.3'
```

## Available Algorithms
Expand Down

0 comments on commit 24fa7c6

Please sign in to comment.