Skip to content

Commit

Permalink
Merge pull request #649 from symphony-elias/PLAT-11915
Browse files Browse the repository at this point in the history
Upgraded to Spring Boot 2.6.6 to fix CVE-2022-22965
  • Loading branch information
symphony-youri authored Apr 1, 2022
2 parents 3c659e3 + 7b7938b commit 42e80e9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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.6.5')
api platform('org.springframework.boot:spring-boot-dependencies:2.6.6')
// import Jackson's BOM
api platform('com.fasterxml.jackson:jackson-bom:2.13.2.20220328')
// define all our dependencies versions
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 "2.6.5"
id 'org.springframework.boot' version "2.6.6"
}

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 "2.6.5"
id 'org.springframework.boot' version "2.6.6"
}

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

0 comments on commit 42e80e9

Please sign in to comment.