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 Feb 25, 2025
2 parents b36b637 + 83e3c70 commit 43fc829
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 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.28'
api 'com.github.bancolombia:aws-secrets-manager-sync:4.4.29'
api 'com.amazonaws:aws-encryption-sdk-java:3.0.1'
implementation 'software.amazon.awssdk:secretsmanager:2.30.5'
implementation 'software.amazon.awssdk:regions:2.30.5'
implementation 'software.amazon.awssdk:secretsmanager:2.30.25'
implementation 'software.amazon.awssdk:regions:2.30.25'
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 '6.0.1.5171'
id 'com.github.ben-manes.versions' version '0.52.0'
id 'io.github.gradle-nexus.publish-plugin' version '2.0.0'
id 'org.springframework.boot' version '3.4.2' apply false
id 'org.owasp.dependencycheck' version '12.0.1' apply false
id 'co.com.bancolombia.cleanArchitecture' version '3.20.13'
id 'org.springframework.boot' version '3.4.3' apply false
id 'org.owasp.dependencycheck' version '12.1.0' apply false
id 'co.com.bancolombia.cleanArchitecture' version '3.20.15'
}

apply from: './main.gradle'
4 changes: 2 additions & 2 deletions main.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ subprojects {
annotationProcessor 'org.projectlombok:lombok:1.18.36'
testAnnotationProcessor 'org.projectlombok:lombok:1.18.36'
testCompileOnly 'org.projectlombok:lombok:1.18.36'
testImplementation 'io.projectreactor:reactor-test:3.7.2'
testImplementation 'io.projectreactor:reactor-test:3.7.3'
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.4'
testImplementation 'org.mockito:mockito-inline:5.2.0'
testImplementation 'org.mockito:mockito-junit-jupiter:5.15.2'
Expand Down Expand Up @@ -172,4 +172,4 @@ tasks.register('generateMergedReport', JacocoReport) {

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

0 comments on commit 43fc829

Please sign in to comment.