You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ro...@apache.org on 2022/10/19 18:36:42 UTC

[activemq-artemis] branch main updated: ARTEMIS-4060: update commons-text transitive dep to 1.10.0

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

robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git


The following commit(s) were added to refs/heads/main by this push:
     new 16ef6855af ARTEMIS-4060: update commons-text transitive dep to 1.10.0
16ef6855af is described below

commit 16ef6855afd6a0a42e1947774112397eb8eca385
Author: Robbie Gemmell <ro...@apache.org>
AuthorDate: Wed Oct 19 17:52:12 2022 +0100

    ARTEMIS-4060: update commons-text transitive dep to 1.10.0
---
 pom.xml | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 006c509629..2cc9c8ec3c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -95,7 +95,7 @@
       <commons.dbcp2.version>2.7.0</commons.dbcp2.version>
       <commons.pool2.version>2.7.0</commons.pool2.version>
       <commons.collections.version>3.2.2</commons.collections.version>
-      <commons.text.version>1.8</commons.text.version>
+      <commons.text.version>1.10.0</commons.text.version>
       <commons.io.version>2.10.0</commons.io.version>
       <commons.codec.version>1.15</commons.codec.version>
       <fuse.mqtt.client.version>1.16</fuse.mqtt.client.version>
@@ -498,6 +498,12 @@
              <version>${commons.config.version}</version>
              <!-- License: Apache 2.0 -->
          </dependency>
+         <dependency>
+             <groupId>org.apache.commons</groupId>
+             <artifactId>commons-text</artifactId>
+             <version>${commons.text.version}</version>
+             <!-- License: Apache 2.0 -->
+         </dependency>
          <dependency>
              <groupId>org.apache.commons</groupId>
              <artifactId>commons-lang3</artifactId>