Skip to content

Commit

Permalink
fix(deps): update dependencies (#80)
Browse files Browse the repository at this point in the history
Co-authored-by: juancgalvis <[email protected]>
  • Loading branch information
1 parent 8b9f19f commit 2ab034a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion commons-jms-mq/commons-jms-mq.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies {

configurations.configureEach {
resolutionStrategy {
force 'org.json:json:20241224' // to avoid CVE-2023-5072
force 'org.json:json:20250107' // to avoid CVE-2023-5072
force 'org.bouncycastle:bcprov-jdk18on:1.79'
force 'org.bouncycastle:bcpkix-jdk18on:1.79'
force 'org.bouncycastle:bcutil-jdk18on:1.79'
Expand Down
2 changes: 1 addition & 1 deletion commons-jms-utils/commons-jms-utils.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,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 'io.github.resilience4j:resilience4j-retry:2.3.0'
implementation 'org.apache.logging.log4j:log4j-api:2.24.3'
}

Expand Down

0 comments on commit 2ab034a

Please sign in to comment.