From be4229a1c9b8d2e77a6505e0e90fb472d44edbd7 Mon Sep 17 00:00:00 2001 From: Valery Yatsynovich Date: Tue, 23 Jun 2026 22:48:19 +0300 Subject: [PATCH] Declare `commons-lang3` dependency explicitly --- crawler4j-commons/pom.xml | 9 +++++++-- pom.xml | 1 + 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/crawler4j-commons/pom.xml b/crawler4j-commons/pom.xml index 47e0e2d10..056f297a3 100644 --- a/crawler4j-commons/pom.xml +++ b/crawler4j-commons/pom.xml @@ -29,6 +29,11 @@ commons-io ${commons-io.version} + + org.apache.commons + commons-lang3 + ${commons-lang.version} + org.apache.httpcomponents.client5 httpclient5 @@ -75,7 +80,7 @@ jul-to-slf4j ${slf4j.version} - + org.junit.jupiter @@ -90,4 +95,4 @@ test - \ No newline at end of file + diff --git a/pom.xml b/pom.xml index feba33022..d138c504e 100644 --- a/pom.xml +++ b/pom.xml @@ -111,6 +111,7 @@ 0.1.23 1.6 2.22.0 + 3.20.0 2.6.1.Final