We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 15c715e + 171fb39 commit 87ebf83Copy full SHA for 87ebf83
build.gradle.kts
@@ -26,7 +26,7 @@ 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")
+ implementation("com.fasterxml.jackson.core:jackson-databind:2.19.2")
30
}
31
testImplementation("org.assertj:assertj-core:3.27.3")
32
0 commit comments