diff --git a/testing/notification-test-core/pom.xml b/testing/notification-test-core/pom.xml
index 405faefdf03830ac5451aacaaba2e1d93be13a0d..b7e6887c39cbd417a00ff80850d573ac8200ad45 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>