From ef2968283c7de8b629748fc885e432ef86338404 Mon Sep 17 00:00:00 2001
From: Deepa_Kumari <deepa_kumari@epam.com>
Date: Tue, 10 Oct 2023 15:06:20 +0530
Subject: [PATCH] upgrading netty versions

---
 testing/notification-test-azure/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/testing/notification-test-azure/pom.xml b/testing/notification-test-azure/pom.xml
index 626ae775c..82911504e 100644
--- a/testing/notification-test-azure/pom.xml
+++ b/testing/notification-test-azure/pom.xml
@@ -64,17 +64,17 @@
         <dependency>
             <groupId>io.netty</groupId>
             <artifactId>netty-all</artifactId>
-            <version>4.1.50.Final</version>
+            <version>4.1.90.Final</version>
         </dependency>
         <dependency>
             <groupId>io.netty</groupId>
             <artifactId>netty-transport</artifactId>
-            <version>4.1.15.Final</version>
+            <version>4.1.90.Final</version>
         </dependency>
         <dependency>
             <groupId>com.azure</groupId>
             <artifactId>azure-core-http-netty</artifactId>
-            <version>1.2.0</version>
+            <version>1.13.1</version>
         </dependency>
         <dependency>
             <groupId>junit</groupId>
-- 
GitLab