This is an automated email from the ASF dual-hosted git repository.
slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-doxia-converter.git
The following commit(s) were added to refs/heads/master by this push:
new 8acc8e2 Bump commons-lang3 to 3.19.0 (#126)
8acc8e2 is described below
commit 8acc8e201c7ce0734082e9f23ef3180375a32581
Author: Sylwester Lachiewicz <[email protected]>
AuthorDate: Mon Nov 10 22:48:24 2025 +0100
Bump commons-lang3 to 3.19.0 (#126)
---
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>