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 Mar 7, 2025
1 parent 86039f5 commit 1f25939
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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.29'
api 'com.github.bancolombia:aws-secrets-manager-sync:4.4.30'
api 'com.amazonaws:aws-encryption-sdk-java:3.0.1'
implementation 'software.amazon.awssdk:secretsmanager:2.30.25'
implementation 'software.amazon.awssdk:regions:2.30.25'
implementation 'software.amazon.awssdk:secretsmanager:2.30.34'
implementation 'software.amazon.awssdk:regions:2.30.34'
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.17.0'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.18.2'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.18.3'
}
6 changes: 3 additions & 3 deletions main.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ subprojects {
testAnnotationProcessor 'org.projectlombok:lombok:1.18.36'
testCompileOnly 'org.projectlombok:lombok:1.18.36'
testImplementation 'io.projectreactor:reactor-test:3.7.3'
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.4'
testImplementation 'org.junit.jupiter:junit-jupiter:5.12.0'
testImplementation 'org.mockito:mockito-inline:5.2.0'
testImplementation 'org.mockito:mockito-junit-jupiter:5.15.2'
testImplementation 'org.mockito:mockito-junit-jupiter:5.16.0'
}

test {
Expand Down Expand Up @@ -172,4 +172,4 @@ tasks.register('generateMergedReport', JacocoReport) {

tasks.named('wrapper') {
gradleVersion = '8.11.1'
}
}

0 comments on commit 1f25939

Please sign in to comment.