From 86fe9f7cf6949282aa9386d9ad4346e77ba60630 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 21:30:13 +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.15.3. - [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] --- 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..543a6438c 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.15.3' } // 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..a2e817722 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.15.3' } // Each configuration is set to the default value