From 940eeafadad747e36f74a96ac7d47dbe0c0649bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Jun 2023 11:09:49 +0000 Subject: [PATCH] Bump com.fasterxml.jackson.core:jackson-databind in /sourcing Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.15.0 to 2.15.2. - [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] --- sourcing/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sourcing/build.gradle.kts b/sourcing/build.gradle.kts index 1de07cb..f161250 100644 --- a/sourcing/build.gradle.kts +++ b/sourcing/build.gradle.kts @@ -36,7 +36,7 @@ dependencies { api("com.whichlicense:sourcing:0.7.9-SNAPSHOT") api("com.whichlicense:configuration:0.7.8-SNAPSHOT") implementation("com.fasterxml.jackson.core:jackson-core:2.15.0") - implementation("com.fasterxml.jackson.core:jackson-databind:2.15.0") + implementation("com.fasterxml.jackson.core:jackson-databind:2.15.2") testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.3") testImplementation("org.junit.jupiter:junit-jupiter-params:5.9.3") testImplementation("org.mockito:mockito-subclass:5.4.0")