Skip to content

Commit

Permalink
Upgrade SpringBoot version (#771)
Browse files Browse the repository at this point in the history
Upgrade SpringBoot version
  • Loading branch information
yinan-symphony authored May 23, 2023
1 parent dc593e2 commit 4eb4abc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion allow-list.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
<notes><![CDATA[
No fix available
]]></notes>
<gav>org.json:json:20220320</gav>
<gav>org.json:json:20230227</gav>
<cve>CVE-2022-45688</cve>
</suppress>
<suppress>
Expand Down
2 changes: 1 addition & 1 deletion symphony-bdk-bom/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}

0 comments on commit 4eb4abc

Please sign in to comment.