diff options
author | Tim Allison <tallison@apache.org> | 2016-04-01 00:57:56 +0000 |
---|---|---|
committer | Tim Allison <tallison@apache.org> | 2016-04-01 00:57:56 +0000 |
commit | 9900929cca98103d35886184df53005297ab302f (patch) | |
tree | a7ef86d7df5d0d7c9453b7c0a1f7769e9487b689 /.classpath | |
parent | 06ba6d5e5c5649e9d428478ddf1c0a9f74555243 (diff) | |
download | poi-9900929cca98103d35886184df53005297ab302f.tar.gz poi-9900929cca98103d35886184df53005297ab302f.zip |
POI 59257 upgrade Bouncy Castle to 1.54
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1737298 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.classpath b/.classpath index 5a7d21738b..e133168db4 100644 --- a/.classpath +++ b/.classpath @@ -26,8 +26,8 @@ <classpathentry kind="lib" path="ooxml-lib/ooxml-security-1.1.jar" sourcepath="ooxml-lib/ooxml-security-1.1-sources.jar"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/> <classpathentry kind="lib" path="compile-lib/slf4j-api-1.7.12.jar"/> - <classpathentry kind="lib" path="compile-lib/bcpkix-jdk15on-1.53.jar"/> - <classpathentry kind="lib" path="compile-lib/bcprov-ext-jdk15on-1.53.jar"/> + <classpathentry kind="lib" path="compile-lib/bcpkix-jdk15on-1.54.jar"/> + <classpathentry kind="lib" path="compile-lib/bcprov-ext-jdk15on-1.54.jar"/> <classpathentry kind="lib" path="compile-lib/xmlsec-2.0.6.jar"/> <classpathentry kind="lib" path="lib/commons-codec-1.10.jar"/> <classpathentry kind="lib" path="lib/commons-logging-1.2.jar"/> |