java-totp
java-totp copied to clipboard
Updated dependencies (esp. google.zxing)
Updated dependencies because of a vulnerability of a transient dependency (google.zxing -> com.beust:jcommander:1.72)
- changed filehandling in ZxingPngQrGeneratorTest to work cross platform
- enabled strict-mode for Base32-Decoder (new with commons-codec 1.15; uses lenient-mode by default, ie discard remaining bytes)