Skip to content

Commit

Permalink
Update commons-dost, jackson, JUnit
Browse files Browse the repository at this point in the history
  • Loading branch information
centic9 committed Feb 17, 2024
1 parent 54233b6 commit bc54270
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 @@ -38,23 +38,23 @@ forbiddenApisMain {
}

dependencies {
implementation 'org.dstadler:commons-dost:1.3.0'
implementation 'org.dstadler:commons-dost:1.3.1'
implementation 'org.apache.httpcomponents:httpclient:4.5.14'
implementation 'org.apache.commons:commons-lang3:3.14.0'
implementation 'commons-io:commons-io:2.15.1'

// version '0.20.2-cdh3u4' is referenced by webarchive-commons, but "vanished"...
implementation 'org.apache.hadoop:hadoop-core:0.20.205.0'
implementation 'org.netpreserve.commons:webarchive-commons:1.1.9'
implementation 'com.fasterxml.jackson.core:jackson-core:2.15.2'
implementation 'com.fasterxml.jackson.core:jackson-core:2.16.1'

// for commoncrawl-source
implementation 'org.jsoup:jsoup:1.15.3'

// for @Nullable
implementation 'com.google.code.findbugs:jsr305:3.0.2'

testImplementation 'org.junit.vintage:junit-vintage-engine:5.10.1'
testImplementation 'org.junit.vintage:junit-vintage-engine:5.10.2'
testImplementation 'org.dstadler:commons-test:1.0.0.20'
}

Expand Down

0 comments on commit bc54270

Please sign in to comment.