From 617c07e6e84d42c39f2c1bb1e02222e58d774670 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 12:09:04 +0000 Subject: [PATCH] Bump com.fasterxml.jackson.core:jackson-databind from 2.15.2 to 2.18.9 Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.15.2 to 2.18.9. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.18.9 dependency-type: direct:production ... 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 65d148d..8eb2e30 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -20,7 +20,7 @@ dependencies { testImplementation("org.junit.jupiter:junit-jupiter:5.10.0") testImplementation("org.apache.commons:commons-math3:3.6.1") implementation("com.fazecast:jSerialComm:[2.0.0,3.0.0)") - implementation("com.fasterxml.jackson.core:jackson-databind:2.15.2") + implementation("com.fasterxml.jackson.core:jackson-databind:2.18.9") implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.15.2") implementation("com.formdev:flatlaf:3.7.1") implementation("com.formdev:flatlaf-extras:3.7.1")