upgrade zxing to v3.5.4

This commit is contained in:
Craig Raw
2026-03-04 12:37:24 +02:00
parent 5c823533d3
commit 452584d87d
+1 -1
View File
@@ -59,7 +59,7 @@ dependencies {
implementation('org.flywaydb:flyway-core:9.22.3')
implementation('org.fxmisc.richtext:richtextfx:0.11.7')
implementation('no.tornado:tornadofx-controls:1.0.4')
implementation('com.google.zxing:javase:3.4.0') {
implementation('com.google.zxing:javase:3.5.4') {
exclude group: 'com.beust', module: 'jcommander'
}
implementation('org.jcommander:jcommander:2.0')