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 Jun 28, 2024
1 parent f6fa776 commit 192b979
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 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.7'
api 'com.github.bancolombia:aws-secrets-manager-sync:4.4.10'
api 'com.amazonaws:aws-encryption-sdk-java:3.0.1'
implementation 'software.amazon.awssdk:secretsmanager:2.26.7'
implementation 'software.amazon.awssdk:regions:2.26.7'
implementation 'software.amazon.awssdk:secretsmanager:2.26.11'
implementation 'software.amazon.awssdk:regions:2.26.11'
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.1' apply false
id 'org.owasp.dependencycheck' version '9.2.0' apply false
id 'co.com.bancolombia.cleanArchitecture' version '3.17.10'
id 'co.com.bancolombia.cleanArchitecture' version '3.17.11'
}

apply from: './main.gradle'
10 changes: 5 additions & 5 deletions main.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ subprojects {
}

dependencies {
compileOnly 'org.projectlombok:lombok:1.18.32'
annotationProcessor 'org.projectlombok:lombok:1.18.32'
testAnnotationProcessor 'org.projectlombok:lombok:1.18.32'
testCompileOnly 'org.projectlombok:lombok:1.18.32'
compileOnly 'org.projectlombok:lombok:1.18.34'
annotationProcessor 'org.projectlombok:lombok:1.18.34'
testAnnotationProcessor 'org.projectlombok:lombok:1.18.34'
testCompileOnly 'org.projectlombok:lombok:1.18.34'
testImplementation 'io.projectreactor:reactor-test:3.6.7'
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.0-M2'
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.3'
testImplementation 'org.mockito:mockito-inline:5.2.0'
testImplementation 'org.mockito:mockito-junit-jupiter:5.12.0'
}
Expand Down

0 comments on commit 192b979

Please sign in to comment.