We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f9f4366 + 597f46d commit 15c715eCopy full SHA for 15c715e
1 file changed
build.gradle.kts
@@ -25,6 +25,9 @@ repositories {
25
dependencies {
26
// implementation(libs.annotations)
27
implementation("com.contrastsecurity:java-sarif:2.0")
28
+ constraints {
29
+ implementation("com.fasterxml.jackson.core:jackson-databind:2.15.3")
30
+ }
31
testImplementation("org.assertj:assertj-core:3.27.3")
32
}
33
0 commit comments