From 9a4e9bdc7d9997272d364a88df71680760a32a4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 08:43:04 +0000 Subject: [PATCH] Bump com.fasterxml.jackson.core:jackson-databind from 2.17.0 to 2.17.1 Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.17.0 to 2.17.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-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 6119975..ab6576f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -13,7 +13,7 @@ dependencies { implementation("redis.clients:jedis:5.1.2") implementation("com.fasterxml.jackson.core:jackson-core:2.17.0") implementation("com.fasterxml.jackson.core:jackson-annotations:2.17.0") - implementation("com.fasterxml.jackson.core:jackson-databind:2.17.0") + implementation("com.fasterxml.jackson.core:jackson-databind:2.17.1") implementation("org.slf4j:slf4j-api:2.0.13") testImplementation("junit:junit:4.13.2") testImplementation("org.hamcrest:hamcrest-all:1.3")