aboutsummaryrefslogtreecommitdiff
path: root/pdf-as-lib
diff options
context:
space:
mode:
authorThomas <>2023-06-26 19:53:26 +0200
committerThomas <>2023-06-26 19:53:26 +0200
commit203eaa42d83da699ed9cc6c7e286906b5aeb6d44 (patch)
tree4fc4cd88fe5c58f8c475420e954c494c34e45576 /pdf-as-lib
parent56f651ae0343d8b905fd2ee4096a7bfe1216411d (diff)
downloadpdf-as-4-203eaa42d83da699ed9cc6c7e286906b5aeb6d44.tar.gz
pdf-as-4-203eaa42d83da699ed9cc6c7e286906b5aeb6d44.tar.bz2
pdf-as-4-203eaa42d83da699ed9cc6c7e286906b5aeb6d44.zip
fix(core): down-grade ZXing QR-Code reader to 3.5.0
Reason: Version 3.5.1 can not read many QR-placeholders, because it does not find a QR-code in image. However, the QR-Codes can be decoded by many other tools.
Diffstat (limited to 'pdf-as-lib')
-rw-r--r--pdf-as-lib/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/pdf-as-lib/build.gradle b/pdf-as-lib/build.gradle
index d5414fb9..67e4b6ac 100644
--- a/pdf-as-lib/build.gradle
+++ b/pdf-as-lib/build.gradle
@@ -80,8 +80,8 @@ dependencies {
api files('libs/iaik_cms-5.1.1.jar')
api group: 'org.slf4j', name: 'slf4j-api', version: slf4jVersion
api group: 'org.slf4j', name: 'jcl-over-slf4j', version: slf4jVersion
- api group: 'com.google.zxing', name: 'core', version: '3.5.1'
- api group: 'com.google.zxing', name: 'javase', version: '3.5.1'
+ api group: 'com.google.zxing', name: 'core', version: '3.5.0'
+ api group: 'com.google.zxing', name: 'javase', version: '3.5.0'
ws group: 'org.apache.cxf', name: 'cxf-tools', version: cxfVersion
ws group: 'org.apache.cxf', name: 'cxf-tools-wsdlto-databinding-jaxb', version: cxfVersion