From 2f37b4df5209ba2d088f98be0aac98781a06675b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Oct 2025 02:49:59 +0000 Subject: [PATCH] Bump com.fasterxml.jackson.core:jackson-core from 2.14.1 to 2.15.0 Bumps [com.fasterxml.jackson.core:jackson-core](https://github.com/FasterXML/jackson-core) from 2.14.1 to 2.15.0. - [Changelog](https://github.com/FasterXML/jackson-core/blob/jackson-core-2.15.0/release.properties) - [Commits](https://github.com/FasterXML/jackson-core/compare/jackson-core-2.14.1...jackson-core-2.15.0) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-core dependency-version: 2.15.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 911fc19..ddc3324 100644 --- a/build.gradle +++ b/build.gradle @@ -48,7 +48,7 @@ dependencies { testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.12.2' // dependabot implementation("commons-beanutils:commons-beanutils:1.11.0") - implementation("com.fasterxml.jackson.core:jackson-core:2.14.1") + implementation("com.fasterxml.jackson.core:jackson-core:2.15.0") checkstyle 'com.puppycrawl.tools:checkstyle:12.0.1' }