Skip to content

Commit bbcf77d

Browse files
committed
Update commons-lang3, junit, jackson
1 parent 5faacc5 commit bbcf77d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -40,21 +40,21 @@ forbiddenApisMain {
4040
dependencies {
4141
implementation 'org.dstadler:commons-dost:1.3.4'
4242
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'
4444
implementation 'commons-io:commons-io:2.16.1'
4545

4646
// version '0.20.2-cdh3u4' is referenced by webarchive-commons, but "vanished"...
4747
implementation 'org.apache.hadoop:hadoop-core:0.20.205.0'
4848
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'
5050

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

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

57-
testImplementation 'org.junit.vintage:junit-vintage-engine:5.10.2'
57+
testImplementation 'org.junit.vintage:junit-vintage-engine:5.10.3'
5858
testImplementation 'org.dstadler:commons-test:1.0.0.21'
5959
}
6060

0 commit comments

Comments
 (0)