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 Jul 5, 2024
1 parent d41a68f commit 4e98a8c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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.10'
api 'com.github.bancolombia:aws-secrets-manager-sync:4.4.11'
api 'com.amazonaws:aws-encryption-sdk-java:3.0.1'
implementation 'software.amazon.awssdk:secretsmanager:2.26.11'
implementation 'software.amazon.awssdk:regions:2.26.11'
implementation 'software.amazon.awssdk:secretsmanager:2.26.15'
implementation 'software.amazon.awssdk:regions:2.26.15'
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 @@ -7,12 +7,12 @@ buildscript {
}

plugins {
id 'org.sonarqube' version '5.0.0.4638'
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.1' apply false
id 'org.owasp.dependencycheck' version '9.2.0' apply false
id 'co.com.bancolombia.cleanArchitecture' version '3.17.11'
id 'org.owasp.dependencycheck' version '10.0.1' apply false
id 'co.com.bancolombia.cleanArchitecture' version '3.17.12'
}

apply from: './main.gradle'

0 comments on commit 4e98a8c

Please sign in to comment.