Changeset 7825


Ignore:
Timestamp:
Jun 9, 2020, 8:29:14 AM (3 years ago)
Author:
Nicklas Nordborg
Message:

References #2214: Upgrade Hibernate and other 3-rd party components

Updated BouncyCastle to version 165.

Location:
trunk
Files:
3 added
3 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/.classpath

    r7824 r7825  
    2727  <classpathentry kind="lib" path="lib/dist/commons-email-1.5.jar"/>
    2828  <classpathentry kind="lib" path="lib/dist/commons-collections4-4.2.jar"/>
    29   <classpathentry kind="lib" path="lib/dist/bcprov-jdk15on-160.jar"/>
    3029  <classpathentry kind="lib" path="lib/dist/json-simple-1.1.1-1.jar"/>
    3130  <classpathentry kind="lib" path="lib/dist/utf8-with-fallback-1.1.0.jar"/>
     
    3534  <classpathentry kind="lib" path="lib/dist/poi-4.1.2.jar"/>
    3635  <classpathentry kind="lib" path="lib/dist/poi-ooxml-4.1.2.jar"/>
     36  <classpathentry kind="lib" path="lib/dist/bcprov-jdk15on-165.jar"/>
    3737  <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11">
    3838    <attributes>
  • trunk/doc/3rd-party-components.txt

    r7824 r7825  
    211211
    212212More info : https://www.bouncycastle.org/java.html
    213 Version   : 160
     213Version   : 165
    214214License   : bcp-license.txt
    215 Jar files : bcpkix-jdk15on-160.jar, bcprov-jdk15on-160.jar, bctls-jdk15on-160.jar, eddsa-0.3.0-jar
     215Jar files : bcpkix-jdk15on-165.jar, bcprov-jdk15on-165.jar, bctls-jdk15on-165.jar, eddsa-0.3.0-jar
    216216
    217217
Note: See TracChangeset for help on using the changeset viewer.