diff --git a/pom.xml b/pom.xml
index 7d9e06ac99d00013d484b6c69abbf4328bf3be5b..dac5ae492ee9623e0e9b013eea44619e781debe9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,17 +46,17 @@
 		<dependency>
           <groupId>javax.xml.bind</groupId>
           <artifactId>jaxb-api</artifactId>
-          <version>2.3.0</version>
+          <version>2.3.1</version>
         </dependency>
         <dependency>
           <groupId>com.sun.xml.bind</groupId>
           <artifactId>jaxb-core</artifactId>
-          <version>3.0.2</version>
+          <version>4.0.1</version>
         </dependency>
         <dependency>
             <groupId>com.sun.xml.bind</groupId>
             <artifactId>jaxb-impl</artifactId>
-            <version>3.0.2</version>
+            <version>4.0.1</version>
         </dependency>
         <!-- https://mvnrepository.com/artifact/javax.activation/activation -->
         <dependency>