build(deps): Bump zxing from 3.5.2 to 3.5.3

Bumps `zxing` from 3.5.2 to 3.5.3.

Updates `com.google.zxing:core` from 3.5.2 to 3.5.3
- [Release notes](https://github.com/zxing/zxing/releases)
- [Changelog](https://github.com/zxing/zxing/blob/master/CHANGES)
- [Commits](https://github.com/zxing/zxing/compare/zxing-3.5.2...zxing-3.5.3)

Updates `com.google.zxing:javase` from 3.5.2 to 3.5.3
- [Release notes](https://github.com/zxing/zxing/releases)
- [Changelog](https://github.com/zxing/zxing/blob/master/CHANGES)
- [Commits](https://github.com/zxing/zxing/compare/zxing-3.5.2...zxing-3.5.3)

---
updated-dependencies:
- dependency-name: com.google.zxing:core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.google.zxing:javase
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-01-31 08:56:55 +00:00 committed by GitHub
parent bf838fa302
commit 3775599f9a
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" }