mirror of https://github.com/jwtk/jjwt.git
Updated to reflect 0.9.0 release
This commit is contained in:
parent
07f3388d08
commit
f9376df96c
|
@ -68,7 +68,7 @@ Maven:
|
|||
<dependency>
|
||||
<groupId>io.jsonwebtoken</groupId>
|
||||
<artifactId>jjwt</artifactId>
|
||||
<version>0.7.0</version>
|
||||
<version>0.9.0</version>
|
||||
</dependency>
|
||||
```
|
||||
|
||||
|
@ -76,7 +76,7 @@ Gradle:
|
|||
|
||||
```groovy
|
||||
dependencies {
|
||||
compile 'io.jsonwebtoken:jjwt:0.7.0'
|
||||
compile 'io.jsonwebtoken:jjwt:0.9.0'
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue