File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -68,15 +68,15 @@ Maven:
68
68
<dependency >
69
69
<groupId >io.jsonwebtoken</groupId >
70
70
<artifactId >jjwt</artifactId >
71
- <version >0.7 .0</version >
71
+ <version >0.9 .0</version >
72
72
</dependency >
73
73
```
74
74
75
75
Gradle:
76
76
77
77
``` groovy
78
78
dependencies {
79
- compile 'io.jsonwebtoken:jjwt:0.7 .0'
79
+ compile 'io.jsonwebtoken:jjwt:0.9 .0'
80
80
}
81
81
```
82
82
Original file line number Diff line number Diff line change 28
28
<version >0.9.1-SNAPSHOT</version >
29
29
<name >JSON Web Token support for the JVM</name >
30
30
<packaging >jar</packaging >
31
+ <url >https://github.com/jwtk/jjwt</url >
31
32
32
33
<licenses >
33
34
<license >
84
85
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
85
86
<buildNumber >${user.name}-${maven.build.timestamp}</buildNumber >
86
87
87
- <jackson .version>2.8.9 </jackson .version>
88
+ <jackson .version>2.8.11.1 </jackson .version>
88
89
89
90
<!-- Optional Runtime Dependencies: -->
90
91
<bouncycastle .version>1.56</bouncycastle .version>
You can’t perform that action at this time.
0 commit comments