This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch DOXIA-697 in repository https://gitbox.apache.org/repos/asf/maven-doxia.git
commit d6e1f8b6c705dcec80e171829ac4ba0a2e11383b Author: Sylwester Lachiewicz <[email protected]> AuthorDate: Sat Feb 18 14:26:01 2023 +0100 [DOXIA-697] Upgrade commons-text to 1.10.0 --- doxia-core/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doxia-core/pom.xml b/doxia-core/pom.xml index de32cefc..2c64abf9 100644 --- a/doxia-core/pom.xml +++ b/doxia-core/pom.xml @@ -51,7 +51,7 @@ under the License. <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-text</artifactId> - <version>1.9</version> + <version>1.10.0</version> </dependency> <!-- test -->
