diff options
author | PJ Fanning <fanningpj@apache.org> | 2019-03-21 10:23:05 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2019-03-21 10:23:05 +0000 |
commit | d66873a765018d5477c941cea091b4ac25b0abfe (patch) | |
tree | fbf0b45566f0b539c0da3f5c03b07f4218a9a14c /.classpath | |
parent | 3aea8e7f85bc2d6617f4327f2ad59b8f351ff655 (diff) | |
download | poi-d66873a765018d5477c941cea091b4ac25b0abfe.tar.gz poi-d66873a765018d5477c941cea091b4ac25b0abfe.zip |
upgrade bouncycastle and curvesapi
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1855978 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.classpath b/.classpath index b953470841..6c3084ee23 100644 --- a/.classpath +++ b/.classpath @@ -21,15 +21,15 @@ <classpathentry exported="true" kind="lib" path="ooxml-lib/xmlbeans-3.0.3.jar" sourcepath="ooxml-lib/xmlbeans-3.0.3.jar"/> <classpathentry kind="lib" path="lib/hamcrest-core-1.3.jar"/> <classpathentry kind="lib" path="lib/junit-4.12.jar"/> - <classpathentry kind="lib" path="ooxml-lib/curvesapi-1.05.jar"/> + <classpathentry kind="lib" path="ooxml-lib/curvesapi-1.06.jar"/> <classpathentry exported="true" kind="lib" path="ooxml-lib/ooxml-schemas-1.4.jar" sourcepath="ooxml-lib/ooxml-schemas-1.4-sources.jar"/> <classpathentry exported="true" kind="lib" path="ooxml-lib/ooxml-security-1.1.jar" sourcepath="ooxml-lib/ooxml-security-1.1-sources.jar"/> <classpathentry kind="lib" path="lib/jmh-core-1.19.jar"/> <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.60.jar"/> - <classpathentry kind="lib" path="compile-lib/bcprov-ext-jdk15on-1.60.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="ooxml-testlib/reflections.jar"/> <classpathentry kind="lib" path="ooxml-testlib/guava.jar"/> <classpathentry kind="lib" path="ooxml-testlib/javassist.jar"/> |