diff options
author | PJ Fanning <fanningpj@apache.org> | 2018-09-19 21:49:55 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2018-09-19 21:49:55 +0000 |
commit | 6072972fcc104d1c9217f7a6dc288e81617915ed (patch) | |
tree | ca151676f78080809eabd9e38d9c2d142f2f0be7 /.classpath | |
parent | eb3c30480b11c2e6efc7e45c7ff1790cae617686 (diff) | |
download | poi-6072972fcc104d1c9217f7a6dc288e81617915ed.tar.gz poi-6072972fcc104d1c9217f7a6dc288e81617915ed.zip |
[bug-62747] bouncycastle 1.60
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1841394 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 e689084f27..fc3394904a 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.25.jar"/> - <classpathentry kind="lib" path="compile-lib/bcpkix-jdk15on-1.59.jar"/> - <classpathentry kind="lib" path="compile-lib/bcprov-ext-jdk15on-1.59.jar"/> + <classpathentry kind="lib" path="compile-lib/bcpkix-jdk15on-1.60.jar"/> + <classpathentry kind="lib" path="compile-lib/bcprov-ext-jdk15on-1.60.jar"/> <classpathentry exported="true" kind="lib" path="compile-lib/xmlsec-2.1.0.jar"/> <classpathentry exported="true" kind="lib" path="lib/commons-codec-1.11.jar"/> <classpathentry exported="true" kind="lib" path="lib/commons-logging-1.2.jar"/> |