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 Oct 11, 2024
2 parents 775ca32 + 86f3f92 commit ad92344
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
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.9'
implementation 'io.projectreactor:reactor-core:3.6.10'
testImplementation 'io.projectreactor:reactor-test:3.6.10'
}

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

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

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

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
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.0')
testImplementation platform('org.junit:junit-bom:5.11.2')
testImplementation 'org.junit.jupiter:junit-jupiter-engine'
testImplementation 'org.mockito:mockito-junit-jupiter:5.13.0'
testImplementation 'org.mockito:mockito-junit-jupiter:5.14.1'
}

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

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

Expand Down

0 comments on commit ad92344

Please sign in to comment.