Skip to content

Commit

Permalink
fix(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
juancgalvis authored and Dependencies Bot committed Aug 5, 2024
1 parent b12698a commit b72023c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions aws/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ bootJar {

dependencies {
api project(":data-mask-core")
api 'com.github.bancolombia:aws-secrets-manager-sync:4.4.14'
api 'com.github.bancolombia:aws-secrets-manager-sync:4.4.15'
api 'com.amazonaws:aws-encryption-sdk-java:3.0.1'
implementation 'software.amazon.awssdk:secretsmanager:2.26.25'
implementation 'software.amazon.awssdk:regions:2.26.25'
implementation 'software.amazon.awssdk:secretsmanager:2.26.29'
implementation 'software.amazon.awssdk:regions:2.26.29'
implementation 'org.springframework:spring-context'
testImplementation 'org.springframework:spring-test'
}
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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.15'
id 'co.com.bancolombia.cleanArchitecture' version '3.17.16'
}

apply from: './main.gradle'

0 comments on commit b72023c

Please sign in to comment.