Skip to content

Commit

Permalink
update library versions
Browse files Browse the repository at this point in the history
  • Loading branch information
t-j-f committed Jul 18, 2019
1 parent a761786 commit 5b2182c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ if (!project.hasProperty('release.useLastTag')) {
}

dependencies {
jython python(":PyJWT:1.5.3") {
jython python(":PyJWT:1.7.1") {
moduleName = "jwt"
}
jython python(":PyGithub:1.35") {
jython python(":PyGithub:1.43.7") {
moduleName = "github"
}

Expand Down

0 comments on commit 5b2182c

Please sign in to comment.