From 54fbeeefec5d347d886688b56265c58670a3365b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Aug 2026 20:38:46 +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.2.2. - [Commits](https://github.com/FasterXML/jackson-module-kotlin/compare/jackson-module-kotlin-3.0.4...jackson-module-kotlin-3.2.2) --- 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 c58ad28..c7b0c1e 100644 --- a/velocity/build.gradle.kts +++ b/velocity/build.gradle.kts @@ -16,7 +16,7 @@ dependencies { // registry this plugin writes into would be a different class from the one chat/social read. compileOnly("gg.grounds:plugin-proxy-api:0.5.0") 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.2.2") // compileOnly above is not visible to tests; PlayerSessionQueryImplTest needs the interface's // types.