Skip to content

Commit

Permalink
fix(deps): update dependencies
Browse files Browse the repository at this point in the history
fix(deps): update dependencies
  • Loading branch information
juancgalvis authored Sep 24, 2024
2 parents 2265137 + 67f3cfe commit 6ca53df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion aws/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ bootJar {

dependencies {
api project(":data-mask-core")
api 'com.github.bancolombia:aws-secrets-manager-sync:4.4.19'
api 'com.github.bancolombia:aws-secrets-manager-sync:4.4.20'
api 'com.amazonaws:aws-encryption-sdk-java:3.0.1'
implementation 'software.amazon.awssdk:secretsmanager:2.27.20'
implementation 'software.amazon.awssdk:regions:2.27.20'
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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.3' apply false
id 'org.springframework.boot' version '3.3.4' apply false
id 'org.owasp.dependencycheck' version '10.0.4' apply false
id 'co.com.bancolombia.cleanArchitecture' version '3.17.21'
id 'co.com.bancolombia.cleanArchitecture' version '3.17.25'
}

apply from: './main.gradle'

0 comments on commit 6ca53df

Please sign in to comment.