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 Aug 30, 2024
2 parents 93f098b + f197a1e commit 82d22eb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.17'
api 'com.github.bancolombia:aws-secrets-manager-sync:4.4.18'
api 'com.amazonaws:aws-encryption-sdk-java:3.0.1'
implementation 'software.amazon.awssdk:secretsmanager:2.27.11'
implementation 'software.amazon.awssdk:regions:2.27.11'
implementation 'software.amazon.awssdk:secretsmanager:2.27.16'
implementation 'software.amazon.awssdk:regions:2.27.16'
implementation 'org.springframework:spring-context'
testImplementation 'org.springframework:spring-test'
}
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.16.0'
api 'org.apache.commons:commons-lang3:3.17.0'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.17.2'
}
2 changes: 1 addition & 1 deletion main.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ subprojects {
testImplementation 'io.projectreactor:reactor-test:3.6.9'
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.0'
testImplementation 'org.mockito:mockito-inline:5.2.0'
testImplementation 'org.mockito:mockito-junit-jupiter:5.12.0'
testImplementation 'org.mockito:mockito-junit-jupiter:5.13.0'
}

test {
Expand Down

0 comments on commit 82d22eb

Please sign in to comment.