From 1db53e87a72bb0a00dea42117185e744c49ab1f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jun 2023 03:06:54 +0000 Subject: [PATCH] Bump com.fasterxml.jackson.datatype:jackson-datatype-jsr310 Bumps com.fasterxml.jackson.datatype:jackson-datatype-jsr310 from 2.15.0 to 2.15.2. --- updated-dependencies: - dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- entrypoint/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint/build.gradle.kts b/entrypoint/build.gradle.kts index 87decb3..0d578ef 100644 --- a/entrypoint/build.gradle.kts +++ b/entrypoint/build.gradle.kts @@ -39,7 +39,7 @@ dependencies { annotationProcessor("info.picocli:picocli-codegen:4.7.3") implementation("com.fasterxml.jackson.core:jackson-core:2.15.2") implementation("com.fasterxml.jackson.core:jackson-databind:2.15.2") - implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.15.0") + implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.15.2") implementation("com.whichlicense:logging:0.2.0-SNAPSHOT") implementation("com.whichlicense:sourcing:0.6.4-SNAPSHOT") implementation("com.whichlicense.sourcing:github:0.6.4-SNAPSHOT")