Skip to content

Commit

Permalink
fix(deps): update dependencies (#67)
Browse files Browse the repository at this point in the history
Co-authored-by: juancgalvis <[email protected]>
  • Loading branch information
1 parent ba25556 commit f4961ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.2' apply false
id 'org.owasp.dependencycheck' version '10.0.3' apply false
id 'co.com.bancolombia.cleanArchitecture' version '3.17.14'
id 'co.com.bancolombia.cleanArchitecture' version '3.17.17'
}

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
@@ -1,6 +1,6 @@
dependencies {
api project(':commons-jms-api')
implementation 'org.apache.commons:commons-lang3:3.15.0'
implementation 'org.apache.commons:commons-lang3:3.16.0'
implementation 'io.github.resilience4j:resilience4j-retry:2.2.0'
implementation 'org.apache.logging.log4j:log4j-api:2.23.1'
}
Expand Down

0 comments on commit f4961ae

Please sign in to comment.