Skip to content

Commit

Permalink
update deps (#8699)
Browse files Browse the repository at this point in the history
  • Loading branch information
Siedlerchr committed Apr 19, 2022
1 parent c99dfc9 commit d3e0f86
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ dependencies {

implementation 'commons-cli:commons-cli:1.5.0'

implementation 'org.libreoffice:libreoffice:7.3.1'
implementation 'org.libreoffice:libreoffice:7.3.2'
implementation 'org.libreoffice:unoloader:7.3.2'

implementation 'io.github.java-diff-utils:java-diff-utils:4.11'
Expand Down Expand Up @@ -179,7 +179,7 @@ dependencies {
implementation 'org.controlsfx:controlsfx:11.1.1'

implementation 'org.jsoup:jsoup:1.14.3'
implementation 'com.konghq:unirest-java:3.13.7'
implementation 'com.konghq:unirest-java:3.13.8'

implementation 'org.slf4j:slf4j-api:2.0.0-alpha7'
implementation "org.tinylog:tinylog-api:2.4.1"
Expand Down Expand Up @@ -207,7 +207,7 @@ dependencies {

implementation group: 'net.harawata', name: 'appdirs', version: '1.2.1'

testImplementation 'io.github.classgraph:classgraph:4.8.143'
testImplementation 'io.github.classgraph:classgraph:4.8.146'
testImplementation 'org.junit.jupiter:junit-jupiter:5.8.2'
testImplementation 'org.junit.platform:junit-platform-launcher:1.8.2'

Expand Down

0 comments on commit d3e0f86

Please sign in to comment.