patrickfav / bcrypt

A Java standalone implementation of the bcrypt password hash function. Based on the Blowfish cipher it is the default password hash algorithm for OpenBSD and other systems including some Linux distributions. Includes a CLI Tool.
https://favr.dev/opensource/bcrypt
Apache License 2.0
467 stars 50 forks source link

Bump JDK version on Github Actions #71

Closed ESPGranEdu closed 4 months ago

ESPGranEdu commented 4 months ago

SonarQube analysis failed due to an unsupoorted Java version

patrickfav commented 4 months ago

Thanks!