Skip to content

Commit

Permalink
Merge pull request #74 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 1ea41fa + 2965a21 commit 8ad1008
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion api/secrets-manager-api/secrets-manager-api.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dependencies {
implementation 'io.projectreactor:reactor-core:3.6.10'
implementation 'io.projectreactor:reactor-core:3.6.11'
implementation 'com.google.code.gson:gson:2.11.0'
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ dependencies {
implementation 'software.amazon.awssdk:ssm'
implementation 'software.amazon.awssdk:sts'
implementation 'com.github.ben-manes.caffeine:caffeine:3.1.8'
implementation 'io.projectreactor:reactor-core:3.6.10'
testImplementation 'io.projectreactor:reactor-test:3.6.10'
implementation 'io.projectreactor:reactor-core:3.6.11'
testImplementation 'io.projectreactor:reactor-test:3.6.11'
}

dependencyManagement {
imports {
mavenBom 'software.amazon.awssdk:bom:2.28.20'
mavenBom 'software.amazon.awssdk:bom:2.29.7'
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ dependencies {
implementation 'software.amazon.awssdk:sts'
implementation 'io.projectreactor.addons:reactor-extra:3.5.2'
implementation 'com.github.ben-manes.caffeine:caffeine:3.1.8'
implementation 'io.projectreactor:reactor-core:3.6.10'
testImplementation 'io.projectreactor:reactor-test:3.6.10'
implementation 'io.projectreactor:reactor-core:3.6.11'
testImplementation 'io.projectreactor:reactor-test:3.6.11'
}

dependencyManagement {
imports {
mavenBom 'software.amazon.awssdk:bom:2.28.20'
mavenBom 'software.amazon.awssdk:bom:2.29.7'
}
}

Expand Down
4 changes: 2 additions & 2 deletions async/vault-async/vault-async.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ dependencies {
api project(":secrets-manager-api")
api project(":vault-commons")
implementation 'io.projectreactor.addons:reactor-extra:3.5.2'
implementation 'io.projectreactor:reactor-core:3.6.10'
implementation 'io.projectreactor:reactor-core:3.6.11'
implementation 'com.google.code.gson:gson:2.11.0'
implementation 'com.github.ben-manes.caffeine:caffeine:3.1.8'
testImplementation 'io.projectreactor:reactor-test:3.6.10'
testImplementation 'io.projectreactor:reactor-test:3.6.11'
testImplementation('com.squareup.okhttp3:mockwebserver:4.12.0')
}

Expand Down
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'
4 changes: 2 additions & 2 deletions main.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ subprojects {

testCompileOnly 'org.projectlombok:lombok:1.18.34'
testAnnotationProcessor 'org.projectlombok:lombok:1.18.34'
testImplementation platform('org.junit:junit-bom:5.11.2')
testImplementation platform('org.junit:junit-bom:5.11.3')
testImplementation 'org.junit.jupiter:junit-jupiter-engine'
testImplementation 'org.mockito:mockito-junit-jupiter:5.14.1'
testImplementation 'org.mockito:mockito-junit-jupiter:5.14.2'
}

test {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies {

dependencyManagement {
imports {
mavenBom 'software.amazon.awssdk:bom:2.28.20'
mavenBom 'software.amazon.awssdk:bom:2.29.7'
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies {

dependencyManagement {
imports {
mavenBom 'software.amazon.awssdk:bom:2.28.20'
mavenBom 'software.amazon.awssdk:bom:2.29.7'
}
}

Expand Down

0 comments on commit 8ad1008

Please sign in to comment.