Skip to content

Commit 79ed243

Browse files
authored
Release 3.10.3 (auth0#418)
1 parent a81f307 commit 79ed243

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.10.3](https://github.com/auth0/java-jwt/tree/3.10.3) (2020-04-24)
4+
[Full Changelog](https://github.com/auth0/java-jwt/compare/3.10.2...3.10.3)
5+
6+
**Fixed**
7+
- Fixed an NPE on null map and list claims [\#417](https://github.com/auth0/java-jwt/pull/417) ([Vorotyntsev](https://github.com/Vorotyntsev))
8+
39
## [3.10.2](https://github.com/auth0/java-jwt/tree/3.10.2) (2020-03-27)
410
[Full Changelog](https://github.com/auth0/java-jwt/compare/3.10.1...3.10.2)
511

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ The library is available on both Maven Central and Bintray, and the Javadoc is p
2121
<dependency>
2222
<groupId>com.auth0</groupId>
2323
<artifactId>java-jwt</artifactId>
24-
<version>3.10.2</version>
24+
<version>3.10.3</version>
2525
</dependency>
2626
```
2727

2828
### Gradle
2929

3030
```gradle
31-
implementation 'com.auth0:java-jwt:3.10.2'
31+
implementation 'com.auth0:java-jwt:3.10.3'
3232
```
3333

3434
## Available Algorithms

0 commit comments

Comments
 (0)