diff --git a/aws/build.gradle b/aws/build.gradle index 11c9f80..9b54ec8 100644 --- a/aws/build.gradle +++ b/aws/build.gradle @@ -11,10 +11,10 @@ bootJar { dependencies { api project(":data-mask-core") - api 'com.github.bancolombia:aws-secrets-manager-sync:4.4.20' + api 'com.github.bancolombia:aws-secrets-manager-sync:4.4.21' api 'com.amazonaws:aws-encryption-sdk-java:3.0.1' - implementation 'software.amazon.awssdk:secretsmanager:2.27.20' - implementation 'software.amazon.awssdk:regions:2.27.20' + implementation 'software.amazon.awssdk:secretsmanager:2.28.20' + implementation 'software.amazon.awssdk:regions:2.28.20' implementation 'org.springframework:spring-context' testImplementation 'org.springframework:spring-test' } \ No newline at end of file diff --git a/build.gradle b/build.gradle index 4479bd9..a4f04c2 100644 --- a/build.gradle +++ b/build.gradle @@ -12,7 +12,7 @@ plugins { 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.25' + id 'co.com.bancolombia.cleanArchitecture' version '3.17.26' } apply from: './main.gradle' \ No newline at end of file diff --git a/core/build.gradle b/core/build.gradle index 9a66f9f..99699af 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -1,4 +1,4 @@ dependencies { api 'org.apache.commons:commons-lang3:3.17.0' - implementation 'com.fasterxml.jackson.core:jackson-databind:2.18.0-rc1' + implementation 'com.fasterxml.jackson.core:jackson-databind:2.18.0' } \ No newline at end of file diff --git a/main.gradle b/main.gradle index 2012f0a..f373f97 100644 --- a/main.gradle +++ b/main.gradle @@ -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.9' - testImplementation 'org.junit.jupiter:junit-jupiter:5.11.0' + testImplementation 'io.projectreactor:reactor-test:3.6.10' + testImplementation 'org.junit.jupiter:junit-jupiter:5.11.2' testImplementation 'org.mockito:mockito-inline:5.2.0' - testImplementation 'org.mockito:mockito-junit-jupiter:5.13.0' + testImplementation 'org.mockito:mockito-junit-jupiter:5.14.1' } test {