From 9eb02b4bce2e066d2d1e4b9c591b259f43031ce3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 10:04:49 +0000 Subject: [PATCH] Bump com.fasterxml.jackson.core:jackson-databind from 2.21.2 to 2.21.3 Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.21.2 to 2.21.3. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.21.3 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 1c11d0d..261ed2f 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,7 @@ dependencies { compileOnly "com.enonic.xp:portal-api:${xpVersion}" implementation 'org.thymeleaf:thymeleaf:3.1.5.RELEASE' - testRuntimeOnly "com.fasterxml.jackson.core:jackson-databind:2.21.2" + testRuntimeOnly "com.fasterxml.jackson.core:jackson-databind:2.21.3" testImplementation platform( libs.junit.bom ) testImplementation platform( libs.mockito.core ) testImplementation libs.junit.jupiter