kaikramer / keystore-explorer

KeyStore Explorer is a free GUI replacement for the Java command-line utilities keytool and jarsigner.
https://keystore-explorer.org/
GNU General Public License v3.0
1.61k stars 265 forks source link

Minor refactorings #462

Closed stokito closed 6 months ago

stokito commented 6 months ago

Some minor refactorings that is safe to apply. Fix some typos to minimize noise from IntelliJ Idea inspections. Fix some Gradle deprecation warnings.

Update libraries to next minor version. Use apache.commons.io where possible instead of own utils: it's anyway mixed in sources.