Skip to content

Commit 552f1d0

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

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.0")
28+
implementation("com.fasterxml.jackson.core:jackson-databind:2.21.1")
2929
}
3030
testImplementation("org.assertj:assertj-core:3.27.7")
3131

0 commit comments

Comments
 (0)