You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2023/07/06 15:50:14 UTC

[camel] branch main updated: Upgrade Zxing to version 3.5.1

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 697b49af330 Upgrade Zxing to version 3.5.1
697b49af330 is described below

commit 697b49af3301abb427a2a730b1042c50a9836787
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Jul 6 17:32:51 2023 +0200

    Upgrade Zxing to version 3.5.1
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 79a2d23dc34..a648ddc3ee2 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -493,7 +493,7 @@
         <yetus-audience-annotations-version>0.13.0</yetus-audience-annotations-version>
         <zendesk-client-version>0.19.0</zendesk-client-version>
         <zookeeper-version>3.8.1</zookeeper-version>
-        <zxing-version>3.5.0</zxing-version>
+        <zxing-version>3.5.1</zxing-version>
     </properties>
 
     <dependencyManagement>