From b128bad5e22cbebe89e8446a8588510f6ed0a145 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Jan 2026 18:44:41 +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.3 to 3.0.4. - [Commits](https://github.com/FasterXML/jackson-module-kotlin/compare/jackson-module-kotlin-3.0.3...jackson-module-kotlin-3.0.4) --- updated-dependencies: - dependency-name: tools.jackson.module:jackson-module-kotlin dependency-version: 3.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... 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 e835e17..a681871 100644 --- a/velocity/build.gradle.kts +++ b/velocity/build.gradle.kts @@ -3,6 +3,6 @@ plugins { id("gg.grounds.velocity-conventions") } dependencies { implementation(project(":common")) implementation("tools.jackson.dataformat:jackson-dataformat-yaml:3.0.3") - implementation("tools.jackson.module:jackson-module-kotlin:3.0.3") + implementation("tools.jackson.module:jackson-module-kotlin:3.0.4") implementation("io.grpc:grpc-netty-shaded:1.78.0") }