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 ca122b2a948c026216d59dfcc55aa815c5ca53ab
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Feb 18 14:30:12 2023 +0100
[DOXIA-697] Bump commons-text from 1.9 to 1.10.0 (#122)
Bumps commons-text from 1.9 to 1.10.0.
Signed-off-by: dependabot[bot] <[email protected]>
(cherry picked from commit a82921748d7885b4355c1ea63ec0caa009a0b119)
---
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 12f7af23..a65e5433 100644
--- a/doxia-core/pom.xml
+++ b/doxia-core/pom.xml
@@ -62,7 +62,7 @@ under the License.
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-text</artifactId>
- <version>1.3</version>
+ <version>1.10.0</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>