Skip to content

Commit

Permalink
Update java-diff-utils from 4.5-SNAPSHOT to 4.5 (#5634)
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor authored Nov 18, 2019
1 parent 6962745 commit eadb1e3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ dependencies {
//compile "org.libreoffice:ridl:6.2.3"
//compile "org.libreoffice:unoil:6.2.3"

compile 'io.github.java-diff-utils:java-diff-utils:4.5-SNAPSHOT'
compile 'io.github.java-diff-utils:java-diff-utils:4.5'
compile 'info.debatty:java-string-similarity:1.2.1'

antlr3 'org.antlr:antlr:3.5.2'
Expand Down
2 changes: 1 addition & 1 deletion external-libraries.txt
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ License: MIT
Id: io.github.java-diff-utils:java-diff-utils
Project: java-diff-utils
URL: https://github.com/java-diff-utils/java-diff-utils
License: Apache-1.1
License: Apache-2.0

Id: net.java.dev.glazedlists:glazedlists_java15
Project: Glazed Lists
Expand Down
1 change: 1 addition & 0 deletions src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,5 @@
requires org.apache.httpcomponents.httpclient;
requires org.jsoup;
requires commons.csv;
requires io.github.javadiffutils;
}

0 comments on commit eadb1e3

Please sign in to comment.