This is an automated email from the ASF dual-hosted git repository.
michaelo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-doxia.git
The following commit(s) were added to refs/heads/master by this push:
new 88402364 [DOXIA-661] Upgrade Commons Text to 1.9
88402364 is described below
commit 88402364c66374ac03b2e3c71337b005bf1cf424
Author: Michael Osipov <[email protected]>
AuthorDate: Sat Jun 18 22:15:15 2022 +0200
[DOXIA-661] Upgrade Commons Text to 1.9
---
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 09f8522a..84ffffbd 100644
--- a/doxia-core/pom.xml
+++ b/doxia-core/pom.xml
@@ -57,7 +57,7 @@ under the License.
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-text</artifactId>
- <version>1.3</version>
+ <version>1.9</version>
</dependency>
<!-- test -->