update jzbar dependency to 0.2.1

This commit is contained in:
doblon8 2025-10-11 11:23:38 +02:00
parent 58575793ea
commit 524b1e6055
No known key found for this signature in database
GPG key ID: 0D31305E7D2ECBBA

View file

@ -110,7 +110,7 @@ dependencies {
implementation('com.github.hervegirod:fxsvgimage:1.1')
implementation('com.sparrowwallet:toucan:0.9.0')
implementation('com.jcraft:jzlib:1.1.3')
implementation('io.github.doblon8:jzbar:0.0.1')
implementation('io.github.doblon8:jzbar:0.2.1')
testImplementation('org.junit.jupiter:junit-jupiter-api:5.10.0')
testRuntimeOnly('org.junit.jupiter:junit-jupiter-engine:5.10.0')
testRuntimeOnly('org.junit.platform:junit-platform-launcher')