@@ -45,28 +45,28 @@ forbiddenApisMain {
4545
4646dependencies {
4747 implementation ' org.dstadler:commons-dost:1.4.4'
48- implementation ' org.apache.httpcomponents.client5:httpclient5:5.5 .1'
48+ implementation ' org.apache.httpcomponents.client5:httpclient5:5.6 .1'
4949 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'
50+ implementation ' commons-io:commons-io:2.22 .0'
51+ implementation ' commons-codec:commons-codec:1.21 .0'
5252
5353 implementation ' org.netpreserve.commons:webarchive-commons:1.1.11'
54- implementation ' com.fasterxml.jackson.core:jackson-core:2.20 .1'
54+ implementation ' com.fasterxml.jackson.core:jackson-core:2.21 .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.1 '
62- testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:6.0.1 '
63- testRuntimeOnly ' org.junit.platform:junit-platform-launcher:6.0.1 '
61+ testImplementation ' org.junit.jupiter:junit-jupiter-api:6.1.0 '
62+ testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:6.1.0 '
63+ testRuntimeOnly ' org.junit.platform:junit-platform-launcher:6.1.0 '
6464
6565 testImplementation ' org.dstadler:commons-test:1.0.0.22'
6666}
6767
6868wrapper {
69- gradleVersion = ' 8.14.3 '
69+ gradleVersion = ' 8.14.4 '
7070}
7171
7272test {
0 commit comments