Skip to content

Commit

Permalink
Update commons-io, JaCoCo
Browse files Browse the repository at this point in the history
  • Loading branch information
centic9 committed Oct 29, 2023
1 parent 83ec555 commit 978f3dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dependencies {
implementation 'org.dstadler:commons-dost:1.2.0.3'
implementation 'org.apache.httpcomponents:httpclient:4.5.14'
implementation 'org.apache.commons:commons-lang3:3.13.0'
implementation 'commons-io:commons-io:2.14.0'
implementation 'commons-io:commons-io:2.15.0'

// version '0.20.2-cdh3u4' is referenced by webarchive-commons, but "vanished"...
implementation 'org.apache.hadoop:hadoop-core:0.20.205.0'
Expand Down Expand Up @@ -73,7 +73,7 @@ test {
}

jacoco {
toolVersion = '0.8.10'
toolVersion = '0.8.11'
}

jacocoTestReport {
Expand Down

0 comments on commit 978f3dd

Please sign in to comment.