Skip to content

Commit e594e83

Browse files
Bump com.fasterxml.jackson.core:jackson-databind
Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.18.1 to 2.18.2. - [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-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ee4f105 commit e594e83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

implementations/java-jsonschemafriend/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def harnessImplementation = [
2626
def jsonProvider = [
2727
group: 'com.fasterxml.jackson.core',
2828
name: 'jackson-databind',
29-
version: '2.18.1'
29+
version: '2.18.2'
3030
]
3131

3232
dependencies {

0 commit comments

Comments
 (0)