This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch MDEP-856
in repository https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git

commit 0b3f48f4a580a1a42ae919d848a59d392104446d
Author: Sylwester Lachiewicz <[email protected]>
AuthorDate: Mon Apr 17 18:13:57 2023 +0200

    [MDEP-856] Upgrade transitive dependency to commons-text from 1.3 to 1.10.0
---
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/pom.xml b/pom.xml
index 87aaba4c..9a33b8e5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -165,6 +165,11 @@ under the License.
       <artifactId>maven-reporting-impl</artifactId>
       <version>3.2.0</version>
     </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
+      <artifactId>commons-text</artifactId>
+      <version>1.10.0</version>
+    </dependency>
     <dependency>
       <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>

Reply via email to