From 47bc9fd8ea3acbbba3f212c4d37f6000bdd22b75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 12:32:37 +0000 Subject: [PATCH] chore(deps): bump com.google.zxing:javase from 3.4.1 to 3.5.3 Bumps [com.google.zxing:javase](https://github.com/zxing/zxing) from 3.4.1 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.4.1...zxing-3.5.3) --- updated-dependencies: - dependency-name: com.google.zxing:javase dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 47ea4c201..89b451f7c 100644 --- a/build.gradle +++ b/build.gradle @@ -83,7 +83,7 @@ dependencies { implementation 'com.google.guava:guava:33.2.1-jre' // Google Core Libraries For Java implementation 'org.springframework.boot:spring-boot-starter-mail' // Spring Mail implementation 'com.google.zxing:core:3.4.1' // QR 코드 - implementation 'com.google.zxing:javase:3.4.1' // QR 코드 + implementation 'com.google.zxing:javase:3.5.3' // QR 코드 // MapStruct implementation 'org.mapstruct:mapstruct:1.5.5.Final'