File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -40,21 +40,21 @@ forbiddenApisMain {
40
40
dependencies {
41
41
implementation ' org.dstadler:commons-dost:1.3.4'
42
42
implementation ' org.apache.httpcomponents:httpclient:4.5.14'
43
- implementation ' org.apache.commons:commons-lang3:3.14 .0'
43
+ implementation ' org.apache.commons:commons-lang3:3.15 .0'
44
44
implementation ' commons-io:commons-io:2.16.1'
45
45
46
46
// version '0.20.2-cdh3u4' is referenced by webarchive-commons, but "vanished"...
47
47
implementation ' org.apache.hadoop:hadoop-core:0.20.205.0'
48
48
implementation ' org.netpreserve.commons:webarchive-commons:1.1.9'
49
- implementation ' com.fasterxml.jackson.core:jackson-core:2.17.1 '
49
+ implementation ' com.fasterxml.jackson.core:jackson-core:2.17.2 '
50
50
51
51
// for commoncrawl-source
52
52
implementation ' org.jsoup:jsoup:1.15.3'
53
53
54
54
// for @Nullable
55
55
implementation ' com.google.code.findbugs:jsr305:3.0.2'
56
56
57
- testImplementation ' org.junit.vintage:junit-vintage-engine:5.10.2 '
57
+ testImplementation ' org.junit.vintage:junit-vintage-engine:5.10.3 '
58
58
testImplementation ' org.dstadler:commons-test:1.0.0.21'
59
59
}
60
60
You can’t perform that action at this time.
0 commit comments