diff options
author | Dominik Stadler <centic@apache.org> | 2015-10-22 15:21:25 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2015-10-22 15:21:25 +0000 |
commit | cdb8a029315f8a625d022c75c2bf1890d3dd36c9 (patch) | |
tree | d4d735070c72e45211fe89cebe5165f6607aac52 /sonar/ooxml/pom.xml | |
parent | 3b43effa4be26053ed9e9ff86a817ca10091a549 (diff) | |
download | poi-cdb8a029315f8a625d022c75c2bf1890d3dd36c9.tar.gz poi-cdb8a029315f8a625d022c75c2bf1890d3dd36c9.zip |
Set newer curvesapi-version in .classpath as well and update some third-party libs for the password-protection-code to the latest versions
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1710032 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sonar/ooxml/pom.xml')
-rw-r--r-- | sonar/ooxml/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sonar/ooxml/pom.xml b/sonar/ooxml/pom.xml index b10db33d82..4d1b52a742 100644 --- a/sonar/ooxml/pom.xml +++ b/sonar/ooxml/pom.xml @@ -125,17 +125,17 @@ <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcpkix-jdk15on</artifactId> - <version>1.51</version> + <version>1.53</version> </dependency> <dependency> <groupId>org.bouncycastle</groupId> <artifactId>bcprov-jdk15on</artifactId> - <version>1.51</version> + <version>1.53</version> </dependency> <dependency> <groupId>org.apache.santuario</groupId> <artifactId>xmlsec</artifactId> - <version>2.0.1</version> + <version>2.0.5</version> </dependency> <dependency> <groupId>com.github.virtuald</groupId> |