diff --git a/symphony-bdk-bom/build.gradle b/symphony-bdk-bom/build.gradle index 1214d1375..c7b22811d 100644 --- a/symphony-bdk-bom/build.gradle +++ b/symphony-bdk-bom/build.gradle @@ -16,9 +16,9 @@ repositories { dependencies { // import Spring Boot's BOM - api platform('org.springframework.boot:spring-boot-dependencies:2.6.4') + api platform('org.springframework.boot:spring-boot-dependencies:2.6.5') // import Jackson's BOM - api platform('com.fasterxml.jackson:jackson-bom:2.13.2') + api platform('com.fasterxml.jackson:jackson-bom:2.13.2.20220328') // define all our dependencies versions constraints { // Internal modules dependencies (Keep them first) @@ -49,10 +49,10 @@ dependencies { api 'ch.qos.logback:logback-core:1.2.8' // Just in case users are using log4j instead of logback (default), for CVE-2021-44228 - api 'org.apache.logging.log4j:log4j-api:2.17.0' - api 'org.apache.logging.log4j:log4j-core:2.17.0' - api 'org.apache.logging.log4j:log4j-slf4j-impl:2.17.0' - api 'org.apache.logging.log4j:log4j-jul:2.17.0' + api 'org.apache.logging.log4j:log4j-api:2.17.2' + api 'org.apache.logging.log4j:log4j-core:2.17.2' + api 'org.apache.logging.log4j:log4j-slf4j-impl:2.17.2' + api 'org.apache.logging.log4j:log4j-jul:2.17.2' api 'commons-io:commons-io:2.11.0' api 'commons-codec:commons-codec:1.15' diff --git a/symphony-bdk-examples/bdk-app-spring-boot-example/build.gradle b/symphony-bdk-examples/bdk-app-spring-boot-example/build.gradle index e50b132d2..c0739dead 100644 --- a/symphony-bdk-examples/bdk-app-spring-boot-example/build.gradle +++ b/symphony-bdk-examples/bdk-app-spring-boot-example/build.gradle @@ -1,6 +1,6 @@ plugins { id 'bdk.java-common-conventions' - id 'org.springframework.boot' version "2.6.4" + id 'org.springframework.boot' version "2.6.5" } description = 'Symphony Java BDK Examples for the SpringBoot integration' diff --git a/symphony-bdk-examples/bdk-spring-boot-example/build.gradle b/symphony-bdk-examples/bdk-spring-boot-example/build.gradle index 90391b6d0..bd480a637 100644 --- a/symphony-bdk-examples/bdk-spring-boot-example/build.gradle +++ b/symphony-bdk-examples/bdk-spring-boot-example/build.gradle @@ -1,6 +1,6 @@ plugins { id 'bdk.java-common-conventions' - id 'org.springframework.boot' version "2.6.4" + id 'org.springframework.boot' version "2.6.5" } description = 'Symphony Java BDK Examples for the SpringBoot integration'