Skip to content

Commit caa06db

Browse files
committed
Security
1 parent 4b744d7 commit caa06db

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
22

33
val springBootVersion = "3.2.2"
4+
val jsonPathVersion = "2.9.0" // override transitive dep due to CVE violation
45
val embeddedRedisVersion = "1.4.1"
56
val mockkVersion = "1.13.9"
67
val 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
}

0 commit comments

Comments
 (0)