terl / lazysodium-java

A Java implementation of the Libsodium crypto library. For the lazy dev.
https://github.com/terl/lazysodium-java/wiki
Mozilla Public License 2.0
135 stars 48 forks source link

Downgrade slf4j-api to 1.7.30 #96

Closed lomigmegard closed 3 years ago

lomigmegard commented 3 years ago

Closes #93

Use of alpha version is not recommended, and will lower adoption of this project. The version 1.7.30 is the de-facto standard for slf4j, especially for what it's used.

gurpreet- commented 3 years ago

Thanks for this!