Skip to content

Commit

Permalink
fix(deps): update dependencies (#72)
Browse files Browse the repository at this point in the history
Co-authored-by: juancgalvis <[email protected]>
  • Loading branch information
1 parent dfdf446 commit 6515a6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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.3' apply false
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.21'
id 'co.com.bancolombia.cleanArchitecture' version '3.17.25'
}

apply from: './main.gradle'
2 changes: 1 addition & 1 deletion commons-jms-utils/commons-jms-utils.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ dependencies {
api project(':commons-jms-api')
implementation 'org.apache.commons:commons-lang3:3.17.0'
implementation 'io.github.resilience4j:resilience4j-retry:2.2.0'
implementation 'org.apache.logging.log4j:log4j-api:2.23.1'
implementation 'org.apache.logging.log4j:log4j-api:2.24.0'
}

ext {
Expand Down

0 comments on commit 6515a6e

Please sign in to comment.