Skip to content

Commit 2ad8072

Browse files
committed
JWT library updated to 2.3.0
1 parent 279817e commit 2ad8072

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ Finally, read how to create tokens in your app.
1515

1616
## 1.a Download artifacts
1717
Download artifacts (project and dependencies) from Maven Central Repo
18-
* [tomcat-jwt-security-2.1.0.jar](https://repo1.maven.org/maven2/it/cosenonjaviste/tomcat-jwt-security/2.1.0/tomcat-jwt-security-2.1.0.jar)
19-
* [java-jwt-2.1.0.jar](https://repo1.maven.org/maven2/com/auth0/java-jwt/2.1.0/java-jwt-2.1.0.jar)
18+
* [tomcat-jwt-security-2.2.0.jar](https://repo1.maven.org/maven2/it/cosenonjaviste/tomcat-jwt-security/2.2.0/tomcat-jwt-security-2.2.0.jar)
19+
* [java-jwt-2.3.0.jar](https://repo1.maven.org/maven2/com/auth0/java-jwt/2.3.0/java-jwt-2.3.0.jar)
2020

2121
and place into *TOMCAT_HOME/lib* directory
2222

@@ -87,7 +87,7 @@ You can use classes provided by *[java-jwt project](https://github.com/auth0/jav
8787
<dependency>
8888
<groupId>it.cosenonjaviste</groupId>
8989
<artifactId>tomcat-jwt-security</artifactId>
90-
<version>2.1.0</version>
90+
<version>2.2.0</version>
9191
<scope>provided</scope>
9292
</dependency>
9393
```

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<to.deploy.dir>${project.build.directory}/to-deploy</to.deploy.dir>
4747

4848
<tomcat.version>8.0.28</tomcat.version>
49-
<jwt.version>2.1.0</jwt.version>
49+
<jwt.version>2.3.0</jwt.version>
5050
<commons.codec.version>1.4</commons.codec.version>
5151
<junit.version>4.12</junit.version>
5252
<mockito.version>1.10.19</mockito.version>

0 commit comments

Comments
 (0)