Skip to content

Commit

Permalink
Bump to Spring Boot 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Yong Sheng Tan committed Dec 27, 2023
1 parent b6ee23b commit 74f7cd9
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 17 deletions.
14 changes: 0 additions & 14 deletions allow-list.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,4 @@
<cve>CVE-2022-45688</cve>
<cve>CVE-2023-5072</cve>
</suppress>
<suppress>
<notes><![CDATA[
No fix available
]]></notes>
<gav>ch.qos.logback:logback-core:1.4.11</gav>
<cve>CVE-2023-6378</cve>
</suppress>
<suppress>
<notes><![CDATA[
No fix available
]]></notes>
<gav>ch.qos.logback:logback-classic:1.4.11</gav>
<cve>CVE-2023-6378</cve>
</suppress>
</suppressions>
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:3.2.0')
api platform('org.springframework.boot:spring-boot-dependencies:3.2.1')
// import Jackson's BOM
api platform('com.fasterxml.jackson:jackson-bom:2.16.0')
// import Jersey's BOM
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'bdk.java-common-conventions'
id 'org.springframework.boot' version "3.2.0"
id 'org.springframework.boot' version "3.2.1"
}

description = 'Symphony Java BDK Examples for the SpringBoot integration'
Expand Down
2 changes: 1 addition & 1 deletion symphony-bdk-examples/bdk-spring-boot-example/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'bdk.java-common-conventions'
id 'org.springframework.boot' version "3.2.0"
id 'org.springframework.boot' version "3.2.1"
}

description = 'Symphony Java BDK Examples for the SpringBoot integration'
Expand Down

0 comments on commit 74f7cd9

Please sign in to comment.