diff --git a/build.gradle b/build.gradle
index 454b8a4bee..346d0774c8 100644
--- a/build.gradle
+++ b/build.gradle
@@ -182,8 +182,8 @@ project('main') {
compile 'commons-logging:commons-logging:1.2'
compile 'org.apache.commons:commons-collections4:4.3'
compile 'org.apache.commons:commons-math3:3.6.1'
- compile 'javax.xml.bind:jaxb-api:2.3.0'
- compile 'com.sun.xml.bind:jaxb-impl:2.3.0.1'
+ compile 'javax.xml.bind:jaxb-api:2.3.1'
+ compile 'com.sun.xml.bind:jaxb-impl:2.3.2'
compile 'com.sun.xml.bind:jaxb-core:2.3.0.1'
compile 'javax.activation:activation:1.1.1'
diff --git a/build.xml b/build.xml
index 8b0732c7a7..304660ee99 100644
--- a/build.xml
+++ b/build.xml
@@ -206,12 +206,12 @@ under the License.
-
+
-
+ value="${repository.m2}/maven2/javax/xml/bind/jaxb-api/2.3.1/jaxb-api-2.3.1.jar"/>
+
+ value="${repository.m2}/maven2/com/sun/xml/bind/jaxb-impl/2.3.2/jaxb-impl-2.3.2.jar"/>
@@ -681,6 +681,8 @@ under the License.
+
+
diff --git a/sonar/main/pom.xml b/sonar/main/pom.xml
index 942088d18d..9fd676da09 100644
--- a/sonar/main/pom.xml
+++ b/sonar/main/pom.xml
@@ -133,12 +133,12 @@
javax.xml.bind
jaxb-api
- 2.3.0
+ 2.3.1
com.sun.xml.bind
jaxb-impl
- 2.3.0.1
+ 2.3.2
com.sun.xml.bind