Skip to content

Commit 15c715e

Browse files
authored
Merge pull request #139 from advanced-security/adrienpessu-patch-3
Update build.gradle.kts
2 parents f9f4366 + 597f46d commit 15c715e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ repositories {
2525
dependencies {
2626
// implementation(libs.annotations)
2727
implementation("com.contrastsecurity:java-sarif:2.0")
28+
constraints {
29+
implementation("com.fasterxml.jackson.core:jackson-databind:2.15.3")
30+
}
2831
testImplementation("org.assertj:assertj-core:3.27.3")
2932
}
3033

0 commit comments

Comments
 (0)