Skip to content

Commit

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

plugins {
id 'org.sonarqube' version '6.0.1.5171'
id 'com.github.ben-manes.versions' version '0.51.0'
id 'com.github.ben-manes.versions' version '0.52.0'
id 'io.github.gradle-nexus.publish-plugin' version '2.0.0'
id 'org.springframework.boot' version '3.4.1' apply false
id 'org.owasp.dependencycheck' version '11.1.1' apply false
id 'co.com.bancolombia.cleanArchitecture' version '3.20.8'
id 'org.springframework.boot' version '3.4.2' apply false
id 'org.owasp.dependencycheck' version '12.0.1' apply false
id 'co.com.bancolombia.cleanArchitecture' version '3.20.13'
}

apply from: './main.gradle'
6 changes: 3 additions & 3 deletions commons-jms-mq/commons-jms-mq.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ dependencies {
configurations.configureEach {
resolutionStrategy {
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'
force 'org.bouncycastle:bcprov-jdk18on:1.80'
force 'org.bouncycastle:bcpkix-jdk18on:1.80'
force 'org.bouncycastle:bcutil-jdk18on:1.80'
}
}

Expand Down

0 comments on commit ae6751f

Please sign in to comment.