Skip to content

Commit

Permalink
Merge pull request #306 from RyanBard/Issue302_UpdateJackson
Browse files Browse the repository at this point in the history
closes #302: Update jackson version
  • Loading branch information
lhazlewood authored Jul 5, 2018
2 parents d8da276 + 3a9fecf commit caa2a64
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,15 @@ Maven:
<dependency>
<groupId>io.jsonwebtoken</groupId>
<artifactId>jjwt</artifactId>
<version>0.7.0</version>
<version>0.9.0</version>
</dependency>
```

Gradle:

```groovy
dependencies {
compile 'io.jsonwebtoken:jjwt:0.7.0'
compile 'io.jsonwebtoken:jjwt:0.9.0'
}
```

Expand Down
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
<version>0.9.1-SNAPSHOT</version>
<name>JSON Web Token support for the JVM</name>
<packaging>jar</packaging>
<url>https://github.com/jwtk/jjwt</url>

<licenses>
<license>
Expand Down Expand Up @@ -84,7 +85,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<buildNumber>${user.name}-${maven.build.timestamp}</buildNumber>

<jackson.version>2.8.9</jackson.version>
<jackson.version>2.8.11.1</jackson.version>

<!-- Optional Runtime Dependencies: -->
<bouncycastle.version>1.56</bouncycastle.version>
Expand Down

0 comments on commit caa2a64

Please sign in to comment.