Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivier Chédru committed Feb 24, 2020
1 parent 22dd6ea commit 32b0b8c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,5 @@ $RECYCLE.BIN/
*.classpath
*.class
bin
/.idea/
/dropwizard-jwt-cookie-authentication.iml
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.dhatim</groupId>
<artifactId>root-oss</artifactId>
<version>17.0.4</version>
<version>17.3.0</version>
</parent>
<groupId>org.dhatim</groupId>
<artifactId>dropwizard-jwt-cookie-authentication</artifactId>
Expand Down Expand Up @@ -33,7 +33,7 @@
<url>[email protected]:dhatim/dropwizard-jwt-cookie-authentication.git</url>
</scm>
<properties>
<jjwt.version>0.10.7</jjwt.version>
<jjwt.version>0.11.0</jjwt.version>
<enforcer.fail>false</enforcer.fail>
</properties>
<dependencies>
Expand Down

0 comments on commit 32b0b8c

Please sign in to comment.