Skip to content

Commit 172ab86

Browse files
authored
Bump dependency
1 parent 903d55f commit 172ab86

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

common/build.gradle

+7
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,13 @@ dependencies {
5656
testImplementation group: 'org.mockito', name: 'mockito-core', version: '4.2.0'
5757
testImplementation group: 'pl.pragmatists', name: 'JUnitParams', version: '1.1.1'
5858

59+
constraints {
60+
// Remove when json-path has updated transitive dependency
61+
api('net.minidev:json-smart:2.5.2') {
62+
because 'CVE-2024-57699'
63+
}
64+
}
65+
5966
configurations.all {
6067
exclude group: 'org.slf4j', module: 'slf4j-nop'
6168
exclude group: 'ch.qos.logback', module: 'logback-classic'

0 commit comments

Comments
 (0)