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 93a7ef8eac ARTEMIS-4596 upgrade Commons Codec to 1.16.0
93a7ef8eac is described below

commit 93a7ef8eac240b8e49c574a7f358d4aee8a2c07f
Author: Justin Bertram <jbert...@apache.org>
AuthorDate: Tue Jan 30 15:26:28 2024 -0600

    ARTEMIS-4596 upgrade Commons Codec to 1.16.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index afe403cb1c..47697771dd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -95,7 +95,7 @@
       <commons.collections.version>3.2.2</commons.collections.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>
+      <commons.codec.version>1.16.0</commons.codec.version>
       <fuse.mqtt.client.version>1.16</fuse.mqtt.client.version>
       <caffeine.version>3.1.6</caffeine.version>
       <guava.version>33.0.0-jre</guava.version>

Reply via email to