From 7d8ada81d8b63a795320ca38c08e1b9ebb4f897c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 21:26:38 +0000 Subject: [PATCH] Bump com.fasterxml.jackson.core:jackson-databind Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.15.2 to 2.17.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] --- jsonschema2pojo-gradle-plugin/example/android/app/build.gradle | 2 +- jsonschema2pojo-gradle-plugin/example/android/lib/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jsonschema2pojo-gradle-plugin/example/android/app/build.gradle b/jsonschema2pojo-gradle-plugin/example/android/app/build.gradle index 539a16377..e34848fd6 100644 --- a/jsonschema2pojo-gradle-plugin/example/android/app/build.gradle +++ b/jsonschema2pojo-gradle-plugin/example/android/app/build.gradle @@ -37,7 +37,7 @@ dependencies { implementation 'javax.validation:validation-api:2.0.1.Final' implementation 'jakarta.validation:jakarta.validation-api:3.0.2' // Required if generating Jackson 2 annotations - implementation 'com.fasterxml.jackson.core:jackson-databind:2.15.2' + implementation 'com.fasterxml.jackson.core:jackson-databind:2.17.0' } // Each configuration is set to the default value diff --git a/jsonschema2pojo-gradle-plugin/example/android/lib/build.gradle b/jsonschema2pojo-gradle-plugin/example/android/lib/build.gradle index b4d8247f3..48ba68a2f 100644 --- a/jsonschema2pojo-gradle-plugin/example/android/lib/build.gradle +++ b/jsonschema2pojo-gradle-plugin/example/android/lib/build.gradle @@ -33,7 +33,7 @@ dependencies { implementation 'javax.validation:validation-api:2.0.1.Final' implementation 'jakarta.validation:jakarta.validation-api:3.0.2' // Required if generating Jackson 2 annotations - implementation 'com.fasterxml.jackson.core:jackson-databind:2.15.2' + implementation 'com.fasterxml.jackson.core:jackson-databind:2.17.0' } // Each configuration is set to the default value