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 Jan 24, 2025
2 parents 0c135cd + f0ec8cf commit 42972e2
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 19 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.7.1'
implementation 'io.projectreactor:reactor-core:3.7.2'
implementation 'com.google.code.gson:gson:2.11.0'
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ dependencies {
api project(":secrets-manager-api")
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.7.1'
testImplementation 'io.projectreactor:reactor-test:3.7.1'
implementation 'com.github.ben-manes.caffeine:caffeine:3.2.0'
implementation 'io.projectreactor:reactor-core:3.7.2'
testImplementation 'io.projectreactor:reactor-test:3.7.2'
}

dependencyManagement {
imports {
mavenBom 'software.amazon.awssdk:bom:2.29.49'
mavenBom 'software.amazon.awssdk:bom:2.30.5'
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ dependencies {
implementation 'software.amazon.awssdk:secretsmanager'
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.7.1'
testImplementation 'io.projectreactor:reactor-test:3.7.1'
implementation 'com.github.ben-manes.caffeine:caffeine:3.2.0'
implementation 'io.projectreactor:reactor-core:3.7.2'
testImplementation 'io.projectreactor:reactor-test:3.7.2'
}

dependencyManagement {
imports {
mavenBom 'software.amazon.awssdk:bom:2.29.49'
mavenBom 'software.amazon.awssdk:bom:2.30.5'
}
}

Expand Down
6 changes: 3 additions & 3 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.7.1'
implementation 'io.projectreactor:reactor-core:3.7.2'
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.7.1'
implementation 'com.github.ben-manes.caffeine:caffeine:3.2.0'
testImplementation 'io.projectreactor:reactor-test:3.7.2'
testImplementation('com.squareup.okhttp3:mockwebserver:4.12.0')
}

Expand Down
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ buildscript {

plugins {
id 'org.sonarqube' version '6.0.1.5171'
id 'com.github.ben-manes.versions' version '0.51.0'
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.1' apply false
id 'org.owasp.dependencycheck' version '11.1.1' apply false
id 'co.com.bancolombia.cleanArchitecture' version '3.20.8'
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'
}

apply from: './main.gradle'
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.29.49'
mavenBom 'software.amazon.awssdk:bom:2.30.5'
}
}

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.29.49'
mavenBom 'software.amazon.awssdk:bom:2.30.5'
}
}

Expand Down
2 changes: 1 addition & 1 deletion sync/vault-sync/vault-sync.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ dependencies {
api project(":secrets-manager-api")
api project(":vault-commons")
implementation 'com.google.code.gson:gson:2.11.0'
implementation 'com.github.ben-manes.caffeine:caffeine:3.1.8'
implementation 'com.github.ben-manes.caffeine:caffeine:3.2.0'
testImplementation('com.squareup.okhttp3:mockwebserver:4.12.0')

}
Expand Down

0 comments on commit 42972e2

Please sign in to comment.