Skip to content

Commit eadb1e3

Browse files
authored
Update java-diff-utils from 4.5-SNAPSHOT to 4.5 (#5634)
1 parent 6962745 commit eadb1e3

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ dependencies {
128128
//compile "org.libreoffice:ridl:6.2.3"
129129
//compile "org.libreoffice:unoil:6.2.3"
130130

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

134134
antlr3 'org.antlr:antlr:3.5.2'

external-libraries.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ License: MIT
113113
Id: io.github.java-diff-utils:java-diff-utils
114114
Project: java-diff-utils
115115
URL: https://github.com/java-diff-utils/java-diff-utils
116-
License: Apache-1.1
116+
License: Apache-2.0
117117

118118
Id: net.java.dev.glazedlists:glazedlists_java15
119119
Project: Glazed Lists

src/main/java/module-info.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,5 @@
6767
requires org.apache.httpcomponents.httpclient;
6868
requires org.jsoup;
6969
requires commons.csv;
70+
requires io.github.javadiffutils;
7071
}

0 commit comments

Comments
 (0)