From 67e7266d70017dba3b8ffa1f5362b496a875b331 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 8 Mar 2026 18:16:35 +0000 Subject: [PATCH] chore(deps): bump tools.jackson.module:jackson-module-kotlin Bumps [tools.jackson.module:jackson-module-kotlin](https://github.com/FasterXML/jackson-module-kotlin) from 3.0.4 to 3.1.0. - [Commits](https://github.com/FasterXML/jackson-module-kotlin/compare/jackson-module-kotlin-3.0.4...jackson-module-kotlin-3.1.0) --- updated-dependencies: - dependency-name: tools.jackson.module:jackson-module-kotlin dependency-version: 3.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- velocity/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/velocity/build.gradle.kts b/velocity/build.gradle.kts index 403cf89..9283fb4 100644 --- a/velocity/build.gradle.kts +++ b/velocity/build.gradle.kts @@ -3,7 +3,7 @@ plugins { id("gg.grounds.velocity-conventions") } dependencies { implementation(project(":common")) implementation("tools.jackson.dataformat:jackson-dataformat-yaml:3.0.4") - implementation("tools.jackson.module:jackson-module-kotlin:3.0.4") + implementation("tools.jackson.module:jackson-module-kotlin:3.1.0") implementation("io.grpc:grpc-netty-shaded:1.78.0") testImplementation("org.junit.jupiter:junit-jupiter-api:5.13.4")