Skip to content

Commit

Permalink
Update gradle/jgit
Browse files Browse the repository at this point in the history
  • Loading branch information
GladeDiviney committed Oct 13, 2020
1 parent 1fdc08c commit 761d77c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ To release:

* Update version number in build.gradle
* Update version number in README.md.
* Update HISTORY.md
* Run `./gradlew clean check publishPlugins`
* Commit any changes and tag the release version number with `git tag $VERSION`
* Run `git push origin master --tags` to sync with github.com
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ repositories {
dependencies {
compile gradleApi()
compile localGroovy()
compile 'org.eclipse.jgit:org.eclipse.jgit:5.5.1.201910021850-r'
compile 'org.eclipse.jgit:org.eclipse.jgit:5.9.0.202009080501-r'
testCompile "junit:junit:4.12"
}

Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.3-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.6.1-all.zip

0 comments on commit 761d77c

Please sign in to comment.