Skip to content

Commit

Permalink
Update jgit
Browse files Browse the repository at this point in the history
  • Loading branch information
wreulicke committed Jun 13, 2019
1 parent 33dc04d commit b9ff352
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES.md
Expand Up @@ -7,6 +7,8 @@ You might be looking for:

### Version 1.24.0-SNAPSHOT - TBD (javadoc [lib](https://diffplug.github.io/spotless/javadoc/spotless-lib/snapshot/) [lib-extra](https://diffplug.github.io/spotless/javadoc/spotless-lib-extra/snapshot/), [snapshot repo](https://oss.sonatype.org/content/repositories/snapshots/com/diffplug/spotless/))

* Update jgit from `4.9.0.201710071750-r` to `5.3.2.201906051522-r` ([#407](https://github.com/diffplug/spotless/pull/407))

### Version 1.23.0 - April 24th 2018 (javadoc [lib](https://diffplug.github.io/spotless/javadoc/spotless-lib/1.23.0/) [lib-extra](https://diffplug.github.io/spotless/javadoc/spotless-lib-extra/1.23.0/), artifact [lib]([jcenter](https://bintray.com/diffplug/opensource/spotless-lib), [lib-extra]([jcenter](https://bintray.com/diffplug/opensource/spotless-lib-extra)))

* Updated default ktlint from 0.21.0 to 0.32.0, and Maven coords to com.pinterest ([#394](https://github.com/diffplug/spotless/pull/394))
Expand Down
2 changes: 1 addition & 1 deletion lib-extra/build.gradle
Expand Up @@ -9,7 +9,7 @@ dependencies {
compile "com.diffplug.durian:durian-core:${VER_DURIAN}"
compile "com.diffplug.durian:durian-collect:${VER_DURIAN}"
// needed by GitAttributesLineEndings
compile "org.eclipse.jgit:org.eclipse.jgit:4.9.0.201710071750-r"
compile "org.eclipse.jgit:org.eclipse.jgit:5.3.2.201906051522-r"
compile "com.googlecode.concurrent-trees:concurrent-trees:2.6.1"
// used for xml parsing in EclipseFormatter
compile "org.codehaus.groovy:groovy-xml:2.4.7"
Expand Down

0 comments on commit b9ff352

Please sign in to comment.