From 003f1e8602be76023dc6c91022baf383cd1972de Mon Sep 17 00:00:00 2001 From: Anthony Ortega Date: Wed, 2 Sep 2026 11:39:21 -0500 Subject: [PATCH] CMR-11453 - Updated netty version to 4.1.137.Final --- message-queue-lib/project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/message-queue-lib/project.clj b/message-queue-lib/project.clj index 5d020b1720..0191260d7f 100644 --- a/message-queue-lib/project.clj +++ b/message-queue-lib/project.clj @@ -8,7 +8,7 @@ (def netty-version "The netty version to use." - "4.1.136.Final") + "4.1.137.Final") (defproject nasa-cmr/cmr-message-queue-lib "0.1.0-SNAPSHOT" :description "Library containing code to handle message queue interactions within the CMR."