File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 11import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
22
33val springBootVersion = " 3.2.2"
4+ val jsonPathVersion = " 2.9.0" // override transitive dep due to CVE violation
45val embeddedRedisVersion = " 1.4.1"
56val mockkVersion = " 1.13.9"
67val archunitVersion = " 1.2.1"
@@ -61,6 +62,7 @@ dependencies {
6162 testImplementation(" org.junit.jupiter:junit-jupiter" )
6263 testImplementation(" org.springframework.boot:spring-boot-starter-data-redis" )
6364 testImplementation(" org.springframework.boot:spring-boot-starter-test" )
65+ testImplementation(" com.jayway.jsonpath:json-path:$jsonPathVersion " ) // override transitive dep due to CVE violation
6466 testImplementation(" io.mockk:mockk:$mockkVersion " )
6567 testImplementation(" com.tngtech.archunit:archunit-junit5:$archunitVersion " )
6668}
You can’t perform that action at this time.
0 commit comments