Skip to content

Commit 2cbed68

Browse files
Bump com.fasterxml.jackson.core:jackson-databind from 2.21.1 to 2.21.2
Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.21.1 to 2.21.2. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.21.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a0f9aa9 commit 2cbed68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ repositories {
2525
dependencies {
2626
implementation("com.contrastsecurity:java-sarif:2.0")
2727
constraints {
28-
implementation("com.fasterxml.jackson.core:jackson-databind:2.21.1")
28+
implementation("com.fasterxml.jackson.core:jackson-databind:2.21.2")
2929
}
3030
testImplementation("org.assertj:assertj-core:3.27.7")
3131

0 commit comments

Comments
 (0)