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

jbertram 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 3f60e0abb5 ARTEMIS-4598 upgrade Commons Logging to 1.3.0
3f60e0abb5 is described below

commit 3f60e0abb5b2f60d081f77c4791a4773a9d0cf2d
Author: Justin Bertram <[email protected]>
AuthorDate: Tue Jan 30 15:34:53 2024 -0600

    ARTEMIS-4598 upgrade Commons Logging to 1.3.0
---
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 47697771dd..8b263b2282 100644
--- a/pom.xml
+++ b/pom.xml
@@ -90,6 +90,7 @@
       <activemq5-version>5.18.3</activemq5-version>
       <apache.derby.version>10.14.2.0</apache.derby.version>
       <commons.beanutils.version>1.9.4</commons.beanutils.version>
+      <commons.logging.version>1.3.0</commons.logging.version>
       <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>
@@ -830,7 +831,7 @@
          <dependency>
             <groupId>commons-logging</groupId>
             <artifactId>commons-logging</artifactId>
-            <version>1.2</version>
+            <version>${commons.logging.version}</version>
             <!-- License: Apache 2.0 -->
          </dependency>
 

Reply via email to