diff --git a/pom.xml b/pom.xml
index 1b4fe3f6d6a218021839c3c3206b3939fcbda83f..d36b76d0256645dba3da3aad6ff4e59fff7d5611 100644
--- a/pom.xml
+++ b/pom.xml
@@ -34,62 +34,41 @@
 			<scope>test</scope>
 		</dependency>
 		
-		
 		<dependency>
-          <groupId>javax.xml.bind</groupId>
-          <artifactId>jaxb-api</artifactId>
-          <version>2.3.1</version>
-        </dependency>
-        <dependency>
-          <groupId>com.sun.xml.bind</groupId>
-          <artifactId>jaxb-core</artifactId>
+          <groupId>jakarta.xml.bind</groupId>
+          <artifactId>jakarta.xml.bind-api</artifactId>
           <version>4.0.1</version>
         </dependency>
+
         <dependency>
-            <groupId>com.sun.xml.bind</groupId>
-            <artifactId>jaxb-impl</artifactId>
-            <version>4.0.1</version>
+          <groupId>com.sun.xml.bind</groupId>
+          <artifactId>jaxb-impl</artifactId>
+          <version>4.0.4</version>
         </dependency>
-        <!-- https://mvnrepository.com/artifact/javax.activation/activation -->
-        <dependency>
-            <groupId>javax.activation</groupId>
-            <artifactId>activation</artifactId>
-            <version>1.1.1</version>
+		
+		
+		<dependency>
+          <groupId>org.eclipse.persistence</groupId>
+          <artifactId>org.eclipse.persistence.moxy</artifactId>
+          <version>4.0.2</version>
         </dependency>
-        
+
         <dependency>
-            <groupId>jakarta.xml.bind</groupId>
-            <artifactId>jakarta.xml.bind-api</artifactId>
-            <version>4.0.0</version>
+          <groupId>com.sun.xml.bind</groupId>
+          <artifactId>jaxb-xjc</artifactId>
+          <version>4.0.4</version>
         </dependency>
-        
-        <!-- https://mvnrepository.com/artifact/org.eclipse.persistence/org.eclipse.persistence.moxy -->
-		<dependency>
-			<groupId>org.eclipse.persistence</groupId>
-			<artifactId>org.eclipse.persistence.moxy</artifactId>
-			<version>4.0.0</version>
-		</dependency>
-
-		<!-- https://mvnrepository.com/artifact/com.sun.xml.bind/jaxb-xjc -->
-		<dependency>
-			<groupId>com.sun.xml.bind</groupId>
-			<artifactId>jaxb-xjc</artifactId>
-			<version>4.0.1</version>
-		</dependency>
 
-		<!-- https://mvnrepository.com/artifact/jakarta.json/jakarta.json-api -->
-		<dependency>
-			<groupId>jakarta.json</groupId>
-			<artifactId>jakarta.json-api</artifactId>
-			<version>2.1.1</version>
-		</dependency>
+      <dependency> 
+          <groupId>jakarta.json</groupId>
+          <artifactId>jakarta.json-api</artifactId>
+          <version>2.1.3</version>
+        </dependency>
 
-		<!-- https://mvnrepository.com/artifact/org.eclipse.parsson/parsson -->
-		<dependency>
-			<groupId>org.eclipse.parsson</groupId>
-			<artifactId>parsson</artifactId>
-			<version>1.1.1</version>
-		</dependency>
-		
+      <dependency> 
+          <groupId>org.eclipse.parsson</groupId>
+          <artifactId>parsson</artifactId>
+          <version>1.1.5</version>
+        </dependency>
 	</dependencies>
 </project>