File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ dependencies {
23
23
implementation(" com.fasterxml.jackson.module:jackson-module-kotlin:2.17.0" )
24
24
implementation(" org.jetbrains.kotlin:kotlin-reflect" )
25
25
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 " )
27
27
testImplementation(" org.springframework.boot:spring-boot-starter-test:3.2.4" )
28
28
}
29
29
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ dependencies {
23
23
implementation(" com.fasterxml.jackson.module:jackson-module-kotlin:2.17.0" )
24
24
implementation(" org.jetbrains.kotlin:kotlin-reflect" )
25
25
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 " )
27
27
testImplementation(" org.springframework.boot:spring-boot-starter-test:3.2.4" )
28
28
}
29
29
You can’t perform that action at this time.
0 commit comments