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

ilgrosso pushed a commit to branch 4_0_X
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/4_0_X by this push:
     new 22ddaff750 Fixing missing CAS dependency version 
org.webjars.npm:sweetalert2:jar:11.17.2
22ddaff750 is described below

commit 22ddaff750bfadc370313481412b2b9adee08bdc
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Sat Mar 28 07:19:38 2026 +0100

    Fixing missing CAS dependency version 
org.webjars.npm:sweetalert2:jar:11.17.2
---
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/pom.xml b/pom.xml
index 2686e971a5..a0589d753b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1123,6 +1123,11 @@ under the License.
           </exclusion>
         </exclusions>
       </dependency>
+      <dependency>
+        <groupId>org.webjars.npm</groupId>
+        <artifactId>sweetalert2</artifactId>
+        <version>11.22.5</version>
+      </dependency>
       <!-- /CAS -->
 
       <!-- Wicket -->

Reply via email to