Skip to content

Commit

Permalink
Update commons-io, commons-lang3, junit
Browse files Browse the repository at this point in the history
  • Loading branch information
centic9 committed Sep 26, 2024
1 parent 8ef5ca7 commit 0cf8f5f
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 @@ -40,8 +40,8 @@ forbiddenApisMain {
dependencies {
implementation 'org.dstadler:commons-dost:1.3.4'
implementation 'org.apache.httpcomponents:httpclient:4.5.14'
implementation 'org.apache.commons:commons-lang3:3.16.0'
implementation 'commons-io:commons-io:2.16.1'
implementation 'org.apache.commons:commons-lang3:3.17.0'
implementation 'commons-io:commons-io:2.17.0'

// version '0.20.2-cdh3u4' is referenced by webarchive-commons, but "vanished"...
implementation 'org.apache.hadoop:hadoop-core:0.20.205.0'
Expand All @@ -54,7 +54,7 @@ dependencies {
// for @Nullable
implementation 'com.google.code.findbugs:jsr305:3.0.2'

testImplementation 'org.junit.vintage:junit-vintage-engine:5.10.3'
testImplementation 'org.junit.vintage:junit-vintage-engine:5.11.0'
testImplementation 'org.dstadler:commons-test:1.0.0.21'
}

Expand Down

0 comments on commit 0cf8f5f

Please sign in to comment.