Skip to content

Commit

Permalink
Bump transitive dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
loveleif committed Feb 14, 2025
1 parent 6f61348 commit 7bcb0c3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,13 @@ dependencies {
testImplementation group: 'org.mockito', name: 'mockito-core', version: '4.2.0'
testImplementation group: 'pl.pragmatists', name: 'JUnitParams', version: '1.1.1'

constraints {
// Remove when json-path has updated transitive dependency
api('net.minidev:json-smart:2.5.2') {
because 'CVE-2024-57699'
}
}

configurations.configureEach {
exclude group: 'org.slf4j', module: 'slf4j-nop'
exclude group: 'ch.qos.logback', module: 'logback-classic'
Expand Down

0 comments on commit 7bcb0c3

Please sign in to comment.