From f118e2d939f4060860b96d6a6de776a6eb167398 Mon Sep 17 00:00:00 2001 From: juancgalvis <8420868+juancgalvis@users.noreply.github.com> Date: Fri, 26 Jul 2024 12:01:16 +0000 Subject: [PATCH] fix(deps): update dependencies --- aws/build.gradle | 6 +++--- build.gradle | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/aws/build.gradle b/aws/build.gradle index 87afa52..66b779c 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.13' + api 'com.github.bancolombia:aws-secrets-manager-sync:4.4.14' api 'com.amazonaws:aws-encryption-sdk-java:3.0.1' - implementation 'software.amazon.awssdk:secretsmanager:2.26.20' - implementation 'software.amazon.awssdk:regions:2.26.20' + implementation 'software.amazon.awssdk:secretsmanager:2.26.25' + implementation 'software.amazon.awssdk:regions:2.26.25' 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 f158a19..e5d0cc4 100644 --- a/build.gradle +++ b/build.gradle @@ -12,7 +12,7 @@ plugins { id 'io.github.gradle-nexus.publish-plugin' version '2.0.0' 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' + id 'co.com.bancolombia.cleanArchitecture' version '3.17.15' } apply from: './main.gradle' \ No newline at end of file