Skip to content

Commit e6bc988

Browse files
build(deps): bump com.fasterxml.jackson.core:jackson-databind (#277)
Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.17.2 to 2.18.0. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4f82622 commit e6bc988

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ dependencies {
2323
implementation("fr.inria.gforge.spoon:spoon-core:10.3.0")
2424

2525
implementation("com.fasterxml.jackson.core:jackson-core:2.17.2")
26-
implementation("com.fasterxml.jackson.core:jackson-databind:2.17.2")
26+
implementation("com.fasterxml.jackson.core:jackson-databind:2.18.0")
2727
}

0 commit comments

Comments
 (0)