From 4eb4abc87e30ff2107cafe7461b6bd1d76f71bab Mon Sep 17 00:00:00 2001
From: Yinan Liu <60390925+yinan-symphony@users.noreply.github.com>
Date: Tue, 23 May 2023 20:54:26 +0200
Subject: [PATCH] Upgrade SpringBoot version (#771)
Upgrade SpringBoot version
---
allow-list.xml | 2 +-
symphony-bdk-bom/build.gradle | 2 +-
symphony-bdk-examples/bdk-multi-instances-example/build.gradle | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/allow-list.xml b/allow-list.xml
index c472cef57..7aad8dc9f 100644
--- a/allow-list.xml
+++ b/allow-list.xml
@@ -57,7 +57,7 @@
- org.json:json:20220320
+ org.json:json:20230227
CVE-2022-45688
diff --git a/symphony-bdk-bom/build.gradle b/symphony-bdk-bom/build.gradle
index 5482dcc64..617d0166f 100644
--- a/symphony-bdk-bom/build.gradle
+++ b/symphony-bdk-bom/build.gradle
@@ -16,7 +16,7 @@ repositories {
dependencies {
// import Spring Boot's BOM
- api platform('org.springframework.boot:spring-boot-dependencies:2.7.11')
+ api platform('org.springframework.boot:spring-boot-dependencies:2.7.12')
// import Jackson's BOM
api platform('com.fasterxml.jackson:jackson-bom:2.14.1')
// define all our dependencies versions
diff --git a/symphony-bdk-examples/bdk-multi-instances-example/build.gradle b/symphony-bdk-examples/bdk-multi-instances-example/build.gradle
index a3a975c35..190315608 100644
--- a/symphony-bdk-examples/bdk-multi-instances-example/build.gradle
+++ b/symphony-bdk-examples/bdk-multi-instances-example/build.gradle
@@ -11,7 +11,7 @@ dependencies {
implementation project(':symphony-bdk-core')
implementation 'org.slf4j:slf4j-api'
- implementation 'com.hazelcast:hazelcast:5.1'
+ implementation 'com.hazelcast:hazelcast:5.3.0'
runtimeOnly 'ch.qos.logback:logback-classic'
}