We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2d95fa commit 720ba88Copy full SHA for 720ba88
2 files changed
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Change Log
2
3
+## [3.10.2](https://github.com/auth0/java-jwt/tree/3.10.2) (2020-03-27)
4
+[Full Changelog](https://github.com/auth0/java-jwt/compare/3.10.1...3.10.2)
5
+
6
+**Fixed**
7
+- JavaDoc fix [\#413](https://github.com/auth0/java-jwt/pull/413) ([jimmyjames](https://github.com/jimmyjames))
8
+- Check varargs null values in JWTVerifier [\#412](https://github.com/auth0/java-jwt/pull/412) ([jimmyjames](https://github.com/jimmyjames))
9
10
## [3.10.1](https://github.com/auth0/java-jwt/tree/3.10.1) (2020-03-13)
11
[Full Changelog](https://github.com/auth0/java-jwt/compare/3.10.0...3.10.1)
12
README.md
@@ -21,14 +21,14 @@ The library is available on both Maven Central and Bintray, and the Javadoc is p
21
<dependency>
22
<groupId>com.auth0</groupId>
23
<artifactId>java-jwt</artifactId>
24
- <version>3.10.1</version>
+ <version>3.10.2</version>
25
</dependency>
26
```
27
28
### Gradle
29
30
```gradle
31
-implementation 'com.auth0:java-jwt:3.10.1'
+implementation 'com.auth0:java-jwt:3.10.2'
32
33
34
## Available Algorithms
0 commit comments