Skip to content

Commit 5047996

Browse files
fix(deps): update dependency com.google.zxing:javase to v3.5.3 (#24)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7e52ca4 commit 5047996

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

barcode/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies {
2323
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.17.0")
2424
implementation("org.jetbrains.kotlin:kotlin-reflect")
2525
implementation("com.google.zxing:core:3.5.3")
26-
implementation("com.google.zxing:javase:3.5.2")
26+
implementation("com.google.zxing:javase:3.5.3")
2727
testImplementation("org.springframework.boot:spring-boot-starter-test:3.2.4")
2828
}
2929

some-utils/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies {
2323
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.17.0")
2424
implementation("org.jetbrains.kotlin:kotlin-reflect")
2525
implementation("com.google.zxing:core:3.5.3")
26-
implementation("com.google.zxing:javase:3.5.2")
26+
implementation("com.google.zxing:javase:3.5.3")
2727
testImplementation("org.springframework.boot:spring-boot-starter-test:3.2.4")
2828
}
2929

0 commit comments

Comments
 (0)