From 19150b71c72cc4c267b51c312c686587bd5d357b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 21:39:34 +0000 Subject: [PATCH] Bump com.fasterxml.jackson.core:jackson-databind Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.17.1 to 2.18.1. - [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 d23a69d15..e399350d4 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.17.1' + implementation 'com.fasterxml.jackson.core:jackson-databind:2.18.1' } // 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 9184050db..03cb759bd 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.17.1' + implementation 'com.fasterxml.jackson.core:jackson-databind:2.18.1' } // Each configuration is set to the default value