From 3f60e0abb5b2f60d081f77c4791a4773a9d0cf2d Mon Sep 17 00:00:00 2001 From: Justin Bertram Date: Tue, 30 Jan 2024 15:34:53 -0600 Subject: [PATCH] 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 @@ 5.18.3 10.14.2.0 1.9.4 + 1.3.0 2.7.0 2.7.0 3.2.2 @@ -830,7 +831,7 @@ commons-logging commons-logging - 1.2 + ${commons.logging.version}