From 4bf9a915598fe153bf90fb354dc2752394214952 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 11:33:59 +0000 Subject: [PATCH] Bump org.openapitools:jackson-databind-nullable from 0.2.9 to 0.2.11 Bumps [org.openapitools:jackson-databind-nullable](https://github.com/OpenAPITools/jackson-databind-nullable) from 0.2.9 to 0.2.11. - [Release notes](https://github.com/OpenAPITools/jackson-databind-nullable/releases) - [Commits](https://github.com/OpenAPITools/jackson-databind-nullable/compare/v0.2.9...v0.2.11) --- updated-dependencies: - dependency-name: org.openapitools:jackson-databind-nullable dependency-version: 0.2.11 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index fb7c606..7c88d2a 100644 --- a/build.gradle +++ b/build.gradle @@ -22,7 +22,7 @@ dependencies { implementation 'jakarta.annotation:jakarta.annotation-api:3.0.0' implementation 'jakarta.validation:jakarta.validation-api:3.1.1' - implementation 'org.openapitools:jackson-databind-nullable:0.2.9' + implementation 'org.openapitools:jackson-databind-nullable:0.2.11' implementation 'org.springframework:spring-webflux:6.2.19' implementation ('io.projectreactor.netty:reactor-netty:1.3.6') {