Skip to content

Commit caa2a64

Browse files
authored
Merge pull request #306 from RyanBard/Issue302_UpdateJackson
closes #302: Update jackson version
2 parents d8da276 + 3a9fecf commit caa2a64

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -68,15 +68,15 @@ Maven:
6868
<dependency>
6969
<groupId>io.jsonwebtoken</groupId>
7070
<artifactId>jjwt</artifactId>
71-
<version>0.7.0</version>
71+
<version>0.9.0</version>
7272
</dependency>
7373
```
7474

7575
Gradle:
7676

7777
```groovy
7878
dependencies {
79-
compile 'io.jsonwebtoken:jjwt:0.7.0'
79+
compile 'io.jsonwebtoken:jjwt:0.9.0'
8080
}
8181
```
8282

pom.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
<version>0.9.1-SNAPSHOT</version>
2929
<name>JSON Web Token support for the JVM</name>
3030
<packaging>jar</packaging>
31+
<url>https://github.com/jwtk/jjwt</url>
3132

3233
<licenses>
3334
<license>
@@ -84,7 +85,7 @@
8485
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
8586
<buildNumber>${user.name}-${maven.build.timestamp}</buildNumber>
8687

87-
<jackson.version>2.8.9</jackson.version>
88+
<jackson.version>2.8.11.1</jackson.version>
8889

8990
<!-- Optional Runtime Dependencies: -->
9091
<bouncycastle.version>1.56</bouncycastle.version>

0 commit comments

Comments
 (0)