java-totp icon indicating copy to clipboard operation
java-totp copied to clipboard

Updated dependencies (esp. google.zxing)

Open moddx opened this issue 2 years ago • 0 comments

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)

moddx avatar Jun 23 '22 10:06 moddx