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 Nov 22, 2024
1 parent 8cb47c7 commit 4bcf9ee
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 @@ -7,12 +7,12 @@ buildscript {
}

plugins {
id 'org.sonarqube' version '5.1.0.4882'
id 'org.sonarqube' version '6.0.0.5145'
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.5' apply false
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.18.1'
id 'co.com.bancolombia.cleanArchitecture' version '3.20.2'
}

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.24.1'
implementation 'org.apache.logging.log4j:log4j-api:2.24.2'
}

ext {
Expand Down

0 comments on commit 4bcf9ee

Please sign in to comment.