Skip to content

Commit

Permalink
Merge pull request #38 from bancolombia/feature/autoupdate-deps
Browse files Browse the repository at this point in the history
fix(deps): update dependencies
  • Loading branch information
santitigaga authored Nov 8, 2024
2 parents 63bdc62 + 22d4a17 commit c62dc01
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 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.21'
api 'com.github.bancolombia:aws-secrets-manager-sync:4.4.22'
api 'com.amazonaws:aws-encryption-sdk-java:3.0.1'
implementation 'software.amazon.awssdk:secretsmanager:2.28.20'
implementation 'software.amazon.awssdk:regions:2.28.20'
implementation 'software.amazon.awssdk:secretsmanager:2.29.7'
implementation 'software.amazon.awssdk:regions:2.29.7'
implementation 'org.springframework:spring-context'
testImplementation 'org.springframework:spring-test'
}
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ plugins {
id 'org.sonarqube' version '5.1.0.4882'
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.4' apply false
id 'org.owasp.dependencycheck' version '10.0.4' apply false
id 'co.com.bancolombia.cleanArchitecture' version '3.17.26'
id 'org.springframework.boot' version '3.3.5' apply false
id 'org.owasp.dependencycheck' version '11.1.0' apply false
id 'co.com.bancolombia.cleanArchitecture' version '3.18.1'
}

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.18.0'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.17.3'
}
6 changes: 3 additions & 3 deletions main.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ subprojects {
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.10'
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.2'
testImplementation 'io.projectreactor:reactor-test:3.6.11'
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.3'
testImplementation 'org.mockito:mockito-inline:5.2.0'
testImplementation 'org.mockito:mockito-junit-jupiter:5.14.1'
testImplementation 'org.mockito:mockito-junit-jupiter:5.14.2'
}

test {
Expand Down

0 comments on commit c62dc01

Please sign in to comment.