From 44727c863933f54d737ece22880f37951c315635 Mon Sep 17 00:00:00 2001 From: Darshana Gunawardana Date: Thu, 21 Nov 2024 19:27:40 +0530 Subject: [PATCH] Update framework, notification template versions and add default unicode support config --- .../src/repository/resources/conf/deployment.toml | 3 +++ pom.xml | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/modules/distribution/src/repository/resources/conf/deployment.toml b/modules/distribution/src/repository/resources/conf/deployment.toml index 918af13fd6..c63761c728 100644 --- a/modules/distribution/src/repository/resources/conf/deployment.toml +++ b/modules/distribution/src/repository/resources/conf/deployment.toml @@ -39,6 +39,9 @@ hash= "66cd9688a2ae068244ea01e70f0e230f5623b7fa4cdecb65070a09ec06452262" [identity.auth_framework.endpoint] app_password= "dashboard" +[notification_templates] +enable_unicode_support = true + # The KeyStore which is used for encrypting/decrypting internal data. By default the primary keystore is used as the internal keystore. #[keystore.internal] diff --git a/pom.xml b/pom.xml index 0f7dda159d..781eaab936 100755 --- a/pom.xml +++ b/pom.xml @@ -2365,7 +2365,7 @@ - 7.6.16 + 7.6.17 [5.14.67, 8.0.0) @@ -2407,7 +2407,7 @@ 1.9.13 - 1.9.23 + 1.9.24