From 8e892208cf482838c95ea73694b13186d8e86e42 Mon Sep 17 00:00:00 2001 From: juancgalvis <8420868+juancgalvis@users.noreply.github.com> Date: Fri, 19 Jul 2024 12:01:15 +0000 Subject: [PATCH] fix(deps): update dependencies --- aws/build.gradle | 6 +++--- build.gradle | 6 +++--- core/build.gradle | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/aws/build.gradle b/aws/build.gradle index 2e19d00..87afa52 100644 --- a/aws/build.gradle +++ b/aws/build.gradle @@ -11,10 +11,10 @@ bootJar { dependencies { api project(":data-mask-core") - api 'com.github.bancolombia:aws-secrets-manager-sync:4.4.12' + api 'com.github.bancolombia:aws-secrets-manager-sync:4.4.13' api 'com.amazonaws:aws-encryption-sdk-java:3.0.1' - implementation 'software.amazon.awssdk:secretsmanager:2.26.19' - implementation 'software.amazon.awssdk:regions:2.26.19' + implementation 'software.amazon.awssdk:secretsmanager:2.26.20' + implementation 'software.amazon.awssdk:regions:2.26.20' implementation 'org.springframework:spring-context' testImplementation 'org.springframework:spring-test' } \ No newline at end of file diff --git a/build.gradle b/build.gradle index b13c44b..f158a19 100644 --- a/build.gradle +++ b/build.gradle @@ -10,9 +10,9 @@ plugins { id 'org.sonarqube' version '5.1.0.4882' id 'com.github.ben-manes.versions' version '0.51.0' id 'io.github.gradle-nexus.publish-plugin' version '2.0.0' - id 'org.springframework.boot' version '3.3.1' apply false - id 'org.owasp.dependencycheck' version '10.0.2' apply false - id 'co.com.bancolombia.cleanArchitecture' version '3.17.13' + id 'org.springframework.boot' version '3.3.2' apply false + id 'org.owasp.dependencycheck' version '10.0.3' apply false + id 'co.com.bancolombia.cleanArchitecture' version '3.17.14' } apply from: './main.gradle' \ No newline at end of file diff --git a/core/build.gradle b/core/build.gradle index 349677f..a7c9383 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -1,4 +1,4 @@ dependencies { - api 'org.apache.commons:commons-lang3:3.14.0' + api 'org.apache.commons:commons-lang3:3.15.0' implementation 'com.fasterxml.jackson.core:jackson-databind:2.17.2' } \ No newline at end of file