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 6, 2024
2 parents 484fb8b + 1b94c6a commit e4b5b99
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.18'
api 'com.github.bancolombia:aws-secrets-manager-sync:4.4.19'
api 'com.amazonaws:aws-encryption-sdk-java:3.0.1'
implementation 'software.amazon.awssdk:secretsmanager:2.27.16'
implementation 'software.amazon.awssdk:regions:2.27.16'
implementation 'software.amazon.awssdk:secretsmanager:2.27.20'
implementation 'software.amazon.awssdk:regions:2.27.20'
implementation 'org.springframework:spring-context'
testImplementation 'org.springframework:spring-test'
}
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ plugins {
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.owasp.dependencycheck' version '10.0.3' apply false
id 'co.com.bancolombia.cleanArchitecture' version '3.17.18'
id 'org.owasp.dependencycheck' version '10.0.4' apply false
id 'co.com.bancolombia.cleanArchitecture' version '3.17.21'
}

apply from: './main.gradle'
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dependencies {
api 'org.apache.commons:commons-lang3:3.17.0'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.17.2'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.18.0-rc1'
}

0 comments on commit e4b5b99

Please sign in to comment.