Merge pull request #127 from AChep/dependabot/gradle/zxing-3.5.3

build(deps): Bump zxing from 3.5.2 to 3.5.3
This commit is contained in:
Artem Chepurnyi 2024-01-31 10:58:23 +02:00 committed by GitHub
commit 19463f1695
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ yubiKit = "2.4.0"
# We use it to calculate password strength.
zxcvbn4j = "1.8.2"
# https://github.com/zxing/zxing
zxing = "3.5.2"
zxing = "3.5.3"
[libraries]
achep-bindin = { module = "com.github.AChep:bindin", version.ref = "bindIn" }