This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch next in repository https://gitbox.apache.org/repos/asf/maven-javadoc-plugin.git
commit a4f52474103fa50cfef43683090e691a19d29fcc Author: Sylwester Lachiewicz <[email protected]> AuthorDate: Sat May 1 19:15:14 2021 +0200 Bump commons-text from 1.3 to 1.9 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ea1c18b..8a6012f 100644 --- a/pom.xml +++ b/pom.xml @@ -258,7 +258,7 @@ under the License. <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-text</artifactId> - <version>1.3</version> + <version>1.9</version> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId>
