Skip to content

Commit 1a204b1

Browse files
Bump com.fasterxml.jackson.core:jackson-databind
Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.20.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-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c0a18f6 commit 1a204b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

implementations/java-json-schema/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def harnessImplementation = [
2323
def jsonProvider = [
2424
group: 'com.fasterxml.jackson.core',
2525
name: 'jackson-databind',
26-
version: '2.20.0'
26+
version: '2.21.1'
2727
]
2828

2929
dependencies {

0 commit comments

Comments
 (0)