From f8ab5bea4bc7d97a2dddeb76beb776ea53342775 Mon Sep 17 00:00:00 2001
From: Solomon Ayalew <solxget@amazon.com>
Date: Wed, 4 Oct 2023 16:26:39 -0700
Subject: [PATCH] add missing jar

---
 testing/notification-test-core/pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/testing/notification-test-core/pom.xml b/testing/notification-test-core/pom.xml
index 2f168448e..594ab5aa3 100644
--- a/testing/notification-test-core/pom.xml
+++ b/testing/notification-test-core/pom.xml
@@ -130,10 +130,10 @@
             <version>0.19.0</version>
         </dependency>
         <dependency>
-            <groupId>io.jsonwebtoken</groupId>
-            <artifactId>jjwt</artifactId>
-            <version>0.12.1</version>
-        </dependency>
+		    <groupId>io.jsonwebtoken</groupId>
+		    <artifactId>jjwt</artifactId>
+		    <version>0.9.1</version>
+		</dependency>
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
-- 
GitLab