diff options
author | Dominik Stadler <centic@apache.org> | 2019-04-23 20:28:00 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2019-04-23 20:28:00 +0000 |
commit | 66d522873f9dd8ef4d9f3b5d30b0abb5dc5e603c (patch) | |
tree | ebf3fdf164a21cd6f8229c8341ea39e0cd8b13b7 /sonar | |
parent | 37ec3380ae84d2914df3e420e4eb8c754b88f584 (diff) | |
download | poi-66d522873f9dd8ef4d9f3b5d30b0abb5dc5e603c.tar.gz poi-66d522873f9dd8ef4d9f3b5d30b0abb5dc5e603c.zip |
Update JAXB to the latest version
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1858023 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sonar')
-rw-r--r-- | sonar/main/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ <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-impl</artifactId> - <version>2.3.0.1</version> + <version>2.3.2</version> </dependency> <dependency> <groupId>com.sun.xml.bind</groupId> |