File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -44,23 +44,23 @@ forbiddenApisMain {
4444}
4545
4646dependencies {
47- implementation ' org.dstadler:commons-dost:1.4.3 '
47+ implementation ' org.dstadler:commons-dost:1.4.4 '
4848 implementation ' org.apache.httpcomponents.client5:httpclient5:5.5.1'
49- implementation ' org.apache.commons:commons-lang3:3.19 .0'
50- implementation ' commons-io:commons-io:2.20 .0'
51- implementation ' commons-codec:commons-codec:1.19 .0'
49+ implementation ' org.apache.commons:commons-lang3:3.20 .0'
50+ implementation ' commons-io:commons-io:2.21 .0'
51+ implementation ' commons-codec:commons-codec:1.20 .0'
5252
5353 implementation ' org.netpreserve.commons:webarchive-commons:1.1.11'
54- implementation ' com.fasterxml.jackson.core:jackson-core:2.20.0 '
54+ implementation ' com.fasterxml.jackson.core:jackson-core:2.20.1 '
5555
5656 // for commoncrawl-source
5757 implementation ' org.jsoup:jsoup:1.15.3'
5858
5959 // for @Nullable
6060 implementation ' com.google.code.findbugs:jsr305:3.0.2'
61- testImplementation ' org.junit.jupiter:junit-jupiter-api:6.0.0 '
62- testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:6.0.0 '
63- testRuntimeOnly ' org.junit.platform:junit-platform-launcher:6.0.0 '
61+ testImplementation ' org.junit.jupiter:junit-jupiter-api:6.0.1 '
62+ testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:6.0.1 '
63+ testRuntimeOnly ' org.junit.platform:junit-platform-launcher:6.0.1 '
6464
6565 testImplementation ' org.dstadler:commons-test:1.0.0.22'
6666}
You can’t perform that action at this time.
0 commit comments