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 Dec 6, 2024
1 parent 2350237 commit 8c3c0cd
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies {

dependencyManagement {
imports {
mavenBom 'software.amazon.awssdk:bom:2.29.19'
mavenBom 'software.amazon.awssdk:bom:2.29.29'
}
}

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

Expand Down
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 '6.0.0.5145'
id 'org.sonarqube' version '6.0.1.5171'
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.4.0' apply false
id 'org.owasp.dependencycheck' version '11.1.0' apply false
id 'co.com.bancolombia.cleanArchitecture' version '3.20.2'
id 'org.owasp.dependencycheck' version '11.1.1' apply false
id 'co.com.bancolombia.cleanArchitecture' version '3.20.4'
}

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

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

Expand Down

0 comments on commit 8c3c0cd

Please sign in to comment.