Changeset 7528


Ignore:
Timestamp:
Nov 7, 2018, 9:27:00 AM (5 years ago)
Author:
Nicklas Nordborg
Message:

References #2130: Upgrade 3-rd party libraries

Updated BouncyCastle? to version 160.

Location:
trunk
Files:
4 added
4 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/.classpath

    r7527 r7528  
    2727  <classpathentry kind="lib" path="lib/dist/yauaa-2.2.jar"/>
    2828  <classpathentry kind="lib" path="lib/dist/commons-validator-1.6.jar"/>
    29   <classpathentry kind="lib" path="lib/dist/bcprov-jdk15on-159.jar"/>
    3029  <classpathentry kind="lib" path="lib/dist/postgresql-42.2.5.jar"/>
    3130  <classpathentry kind="lib" path="lib/dist/hibernate-core-5.3.7.Final.jar"/>
     
    3534  <classpathentry kind="lib" path="lib/dist/commons-email-1.5.jar"/>
    3635  <classpathentry kind="lib" path="lib/dist/commons-collections4-4.2.jar"/>
     36  <classpathentry kind="lib" path="lib/dist/bcprov-jdk15on-160.jar"/>
    3737  <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
    3838  <classpathentry kind="output" path="xbin"/>
  • trunk/doc/3rd-party-components.txt

    r7527 r7528  
    222222
    223223More info : https://www.bouncycastle.org/java.html
    224 Version   : 159
     224Version   : 160
    225225License   : bcp-license.txt
    226 Jar files : bcpkix-jdk15on-159.jar, bcprov-jdk15on-159.jar, bctls-jdk15on-159.jar, eddsa-0.2.0-jar
     226Jar files : bcpkix-jdk15on-160.jar, bcprov-jdk15on-160.jar, bctls-jdk15on-160.jar, eddsa-0.3.0-jar
    227227
    228228
Note: See TracChangeset for help on using the changeset viewer.