Skip to content

Commit

Permalink
#53 Upgrade of grgit & jgit versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dcoraboeuf committed Oct 7, 2018
1 parent ee9ca34 commit a65d93e
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 @@ -25,12 +25,12 @@ version = versioning.info.display
*/

ext {
jgitVersion = '4.5.0.201609210915-r'
jgitVersion = '5.1.1.201809181055-r'
}

dependencies {
localGroovy()
compile 'org.ajoberstar:grgit:1.7.0'
compile 'org.ajoberstar.grgit:grgit-core:3.0.0-rc.2'
compile "org.eclipse.jgit:org.eclipse.jgit.ui:${jgitVersion}"
compile "org.eclipse.jgit:org.eclipse.jgit:${jgitVersion}"
compile 'org.tmatesoft.svnkit:svnkit:1.8.12'
Expand Down

0 comments on commit a65d93e

Please sign in to comment.