diff options
author | PJ Fanning <fanningpj@apache.org> | 2019-08-29 23:22:47 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2019-08-29 23:22:47 +0000 |
commit | df64598b127ad910865f31c2e939e8faeff18f17 (patch) | |
tree | 92fcf38dfd9a6621492afdf48976d377ceefaba0 /.classpath | |
parent | d5707bb82957755d6180badbabc0a9985a7816c8 (diff) | |
download | poi-df64598b127ad910865f31c2e939e8faeff18f17.tar.gz poi-df64598b127ad910865f31c2e939e8faeff18f17.zip |
upgrade bouncycastle
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1866108 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 2b8a9f0990..e486e2df9d 100644 --- a/.classpath +++ b/.classpath @@ -28,8 +28,8 @@ <classpathentry kind="lib" path="lib/jmh-generator-annprocess-1.19.jar"/> <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/> <classpathentry exported="true" kind="lib" path="compile-lib/slf4j-api-1.7.26.jar"/> - <classpathentry kind="lib" path="compile-lib/bcpkix-jdk15on-1.61.jar"/> - <classpathentry kind="lib" path="compile-lib/bcprov-ext-jdk15on-1.61.jar"/> + <classpathentry kind="lib" path="compile-lib/bcpkix-jdk15on-1.62.jar"/> + <classpathentry kind="lib" path="compile-lib/bcprov-ext-jdk15on-1.62.jar"/> <classpathentry kind="lib" path="ooxml-testlib/reflections.jar"/> <classpathentry kind="lib" path="ooxml-testlib/guava.jar"/> <classpathentry kind="lib" path="ooxml-testlib/javassist.jar"/> |