mirror of https://github.com/jwtk/jjwt.git
Modified docs to reflect upcoming 0.9.1 release
This commit is contained in:
parent
caa2a64cd5
commit
d0e9e7a2bd
|
@ -1,5 +1,9 @@
|
|||
## Release Notes
|
||||
|
||||
### 0.9.1
|
||||
|
||||
This is a minor patch release that updates the Jackson dependency to 2.9.6 to address Jackson CVE-2017-17485.
|
||||
|
||||
### 0.9.0
|
||||
|
||||
This is a minor release that includes changes to dependencies and plugins to allow for building jjwt with Java 9.
|
||||
|
|
|
@ -68,7 +68,7 @@ Maven:
|
|||
<dependency>
|
||||
<groupId>io.jsonwebtoken</groupId>
|
||||
<artifactId>jjwt</artifactId>
|
||||
<version>0.9.0</version>
|
||||
<version>0.9.1</version>
|
||||
</dependency>
|
||||
```
|
||||
|
||||
|
@ -76,7 +76,7 @@ Gradle:
|
|||
|
||||
```groovy
|
||||
dependencies {
|
||||
compile 'io.jsonwebtoken:jjwt:0.9.0'
|
||||
compile 'io.jsonwebtoken:jjwt:0.9.1'
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue