From 56232ea3d141952b1765df2a05983bc0f5d16235 Mon Sep 17 00:00:00 2001 From: Melloware Date: Wed, 4 Dec 2024 13:56:36 -0500 Subject: [PATCH] qrCode showcase to 0.4.9 --- primefaces-showcase/src/main/webapp/ui/multimedia/qrcode.xhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/primefaces-showcase/src/main/webapp/ui/multimedia/qrcode.xhtml b/primefaces-showcase/src/main/webapp/ui/multimedia/qrcode.xhtml index 186d8faadb..cc35801374 100644 --- a/primefaces-showcase/src/main/webapp/ui/multimedia/qrcode.xhtml +++ b/primefaces-showcase/src/main/webapp/ui/multimedia/qrcode.xhtml @@ -16,7 +16,7 @@ <dependency> <groupId>uk.org.okapibarcode</groupId> <artifactId>okapibarcode</artifactId> - <version>0.4.8</version> + <version>0.4.9</version> </dependency>