Skip to content

Commit

Permalink
fix(deps): update dependencies (#66)
Browse files Browse the repository at this point in the history
Co-authored-by: juancgalvis <8420868+juancgalvis@users.noreply.github.com>
  • Loading branch information
1 parent bc379d3 commit 848782f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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.1' apply false
id 'org.owasp.dependencycheck' version '10.0.1' apply false
id 'co.com.bancolombia.cleanArchitecture' version '3.17.12'
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'
}

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.14.0'
implementation 'org.apache.commons:commons-lang3:3.15.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 848782f

Please sign in to comment.