aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorThomas Lenz <tlenz@iaik.tugraz.at>2014-03-31 16:40:16 +0200
committerThomas Lenz <tlenz@iaik.tugraz.at>2014-03-31 16:40:16 +0200
commitaca6191752a2a73f7fa6930e93cd9e38e845e2ae (patch)
tree266302144e7464beb5392080639ecb753e84bf59 /pom.xml
parentba6e6824d59863f79d1d944cbff7e2b8cd87044c (diff)
downloadmoa-id-spss-aca6191752a2a73f7fa6930e93cd9e38e845e2ae.tar.gz
moa-id-spss-aca6191752a2a73f7fa6930e93cd9e38e845e2ae.tar.bz2
moa-id-spss-aca6191752a2a73f7fa6930e93cd9e38e845e2ae.zip
update JaxB versions
- jaxb-api to 2.2.11 - jaxb-impl to 2.2.7
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 563456fa4..b8e1bc1df 100644
--- a/pom.xml
+++ b/pom.xml
@@ -372,12 +372,12 @@
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
- <version>2.2.6</version>
+ <version>2.2.11</version>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
- <version>2.2.5</version>
+ <version>2.2.7</version>
</dependency>
<dependency>
<groupId>org.xerial</groupId>