This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch upd in repository https://gitbox.apache.org/repos/asf/maven-doxia-converter.git
commit efc0c5575d6bfecfffee38a0f01467c4fece53da Author: Sylwester Lachiewicz <[email protected]> AuthorDate: Mon Nov 10 22:39:07 2025 +0100 Bump commons-lan3 to 3.19.0 --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pom.xml b/pom.xml index e989d04..1037278 100644 --- a/pom.xml +++ b/pom.xml @@ -121,6 +121,11 @@ under the License. <artifactId>commons-io</artifactId> <version>2.21.0</version> </dependency> + <dependency> + <groupId>org.apache.commons</groupId> + <artifactId>commons-lang3</artifactId> + <version>3.19.0</version> + </dependency> <dependency> <groupId>com.ibm.icu</groupId> <artifactId>icu4j</artifactId>
