IBM / OpenJCEPlus

This project makes use of Java and C/C++. This project will create OpenJCEPlus and OpenJCEPlusFIPS cryptographic providers which are implementations of the Java™ Cryptography Extensions (JCE) APIs. The actual cryptographic code will come from the OpenCryptographyKitC project which is based on OpenSSL.
Apache License 2.0
5 stars 12 forks source link

Use latest mvn dependency versions #353

Closed jasonkatonica closed 6 days ago

jasonkatonica commented 1 week ago

This is a routine update of all the maven dependency versions.

The junit jupiter family of dependency versions now no longer uses a pom wide property to define its version. This is to make it easier to automatically update these fields using the command mvn versions:use-latest-versions which automates this. Using a property disrupts this from working.

Signed-off-by: Jason Katonica katonica@us.ibm.com