From a131b41b1418e10cebe6e016ab9239c7302071da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Mar 2025 04:20:27 +0000 Subject: [PATCH] Bump com.fasterxml.jackson.core:jackson-databind from 2.18.2 to 2.18.3 Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.18.2 to 2.18.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] --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 35eaf48c..e52fa851 100644 --- a/build.gradle +++ b/build.gradle @@ -63,10 +63,10 @@ dependencies { testImplementation 'org.hamcrest:hamcrest:3.0' testImplementation 'com.squareup.okio:okio:3.10.2' testImplementation 'com.squareup.okhttp3:okhttp:4.12.0' - testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.18.2' + testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.18.3' // https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind - compileOnly group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.18.2' + compileOnly group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.18.3' // Lombok compileOnly 'org.projectlombok:lombok:1.18.36'