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 1, 2024
1 parent 9f23741 commit 6fd8f61
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 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.4' apply false
id 'org.owasp.dependencycheck' version '10.0.4' apply false
id 'co.com.bancolombia.cleanArchitecture' version '3.17.26'
id 'org.springframework.boot' version '3.3.5' apply false
id 'org.owasp.dependencycheck' version '11.1.0' apply false
id 'co.com.bancolombia.cleanArchitecture' version '3.18.1'
}

apply from: './main.gradle'
8 changes: 4 additions & 4 deletions commons-jms-mq/commons-jms-mq.gradle
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
dependencies {
api project(':commons-jms-utils')
api 'com.ibm.mq:mq-jms-spring-boot-starter:3.3.3'
api 'com.ibm.mq:mq-jms-spring-boot-starter:3.3.5'
annotationProcessor "org.springframework.boot:spring-boot-configuration-processor"
implementation 'org.springframework.boot:spring-boot-actuator'
}

configurations.configureEach {
resolutionStrategy {
force 'org.json:json:20240303' // to avoid CVE-2023-5072
force 'org.bouncycastle:bcprov-jdk18on:1.78.1'
force 'org.bouncycastle:bcpkix-jdk18on:1.78.1'
force 'org.bouncycastle:bcutil-jdk18on:1.78.1'
force 'org.bouncycastle:bcprov-jdk18on:1.79'
force 'org.bouncycastle:bcpkix-jdk18on:1.79'
force 'org.bouncycastle:bcutil-jdk18on:1.79'
}
}

Expand Down
4 changes: 2 additions & 2 deletions main.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ subprojects {
testAnnotationProcessor 'org.projectlombok:lombok'
testCompileOnly 'org.projectlombok:lombok'
testImplementation 'io.projectreactor:reactor-test'
testImplementation platform('org.junit:junit-bom:5.11.2')
testImplementation platform('org.junit:junit-bom:5.11.3')
testImplementation 'org.junit.jupiter:junit-jupiter-engine'
testImplementation 'org.mockito:mockito-junit-jupiter:5.14.1'
testImplementation 'org.mockito:mockito-junit-jupiter:5.14.2'
}

test {
Expand Down

0 comments on commit 6fd8f61

Please sign in to comment.