From b4fc163cc9ba865b83eabe6a150fd5ad4db156ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 20:28:33 +0000 Subject: [PATCH] build(deps): bump com.fasterxml.jackson.core:jackson-core Bumps [com.fasterxml.jackson.core:jackson-core](https://github.com/FasterXML/jackson-core) from 2.18.0 to 2.18.1. - [Commits](https://github.com/FasterXML/jackson-core/compare/jackson-core-2.18.0...jackson-core-2.18.1) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-core 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 e2d5693..48837bf 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -40,7 +40,7 @@ dependencies { testFramework(TestFrameworkType.Platform) } - implementation("com.fasterxml.jackson.core:jackson-core:2.18.0") + implementation("com.fasterxml.jackson.core:jackson-core:2.18.1") implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.18.0") implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.0")