diff --git a/notification-core/pom.xml b/notification-core/pom.xml
index 889b803077d2500f6cbab0af0ac701fc4a3f5f1d..0d9a9623db3e4047b186e3bb771d486b2acbd7b4 100644
--- a/notification-core/pom.xml
+++ b/notification-core/pom.xml
@@ -85,10 +85,11 @@
             <version>${guava.version}</version>
         </dependency>
         <dependency>
-            <groupId>javax.xml.bind</groupId>
-            <artifactId>jaxb-api</artifactId>
-            <version>2.3.1</version>
-        </dependency>
+		    <groupId>jakarta.xml.bind</groupId>
+		    <artifactId>jakarta.xml.bind-api</artifactId>
+		    <version>4.0.0</version>
+		    <scope>provided</scope>
+		</dependency>
         <dependency>
             <groupId>com.sun.xml.bind</groupId>
             <artifactId>jaxb-core</artifactId>
diff --git a/testing/notification-test-core/pom.xml b/testing/notification-test-core/pom.xml
index 77e8e52d66edbfce663e3128846f22b7c1379cc8..993eeecbb8106949d14e37a3c4f00f59da5248a4 100644
--- a/testing/notification-test-core/pom.xml
+++ b/testing/notification-test-core/pom.xml
@@ -42,10 +42,12 @@
 
     <dependencies>
         <dependency>
-            <groupId>javax.xml.bind</groupId>
-            <artifactId>jaxb-api</artifactId>
-            <version>2.3.1</version>
-        </dependency>
+		    <groupId>jakarta.xml.bind</groupId>
+		    <artifactId>jakarta.xml.bind-api</artifactId>
+		    <version>4.0.0</version>
+		    <scope>provided</scope>
+		</dependency>
+
         <dependency>
             <groupId>com.sun.xml.bind</groupId>
             <artifactId>jaxb-core</artifactId>