From 37707c7eeb711b083e0bda8fad0fcb80d13a9ee4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Aug 2026 20:40:12 +0000 Subject: [PATCH] chore(deps): bump tools.jackson.dataformat:jackson-dataformat-yaml Bumps [tools.jackson.dataformat:jackson-dataformat-yaml](https://github.com/FasterXML/jackson-dataformats-text) from 3.0.4 to 3.2.2. - [Commits](https://github.com/FasterXML/jackson-dataformats-text/compare/jackson-dataformats-text-3.0.4...jackson-dataformats-text-3.2.2) --- updated-dependencies: - dependency-name: tools.jackson.dataformat:jackson-dataformat-yaml 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 c7b0c1e..ecdfe7b 100644 --- a/velocity/build.gradle.kts +++ b/velocity/build.gradle.kts @@ -15,7 +15,7 @@ dependencies { // plugin-proxy owns the ProxyServiceRegistry at runtime — compileOnly, never shaded, or the // 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.dataformat:jackson-dataformat-yaml:3.2.2") implementation("tools.jackson.module:jackson-module-kotlin:3.2.2") // compileOnly above is not visible to tests; PlayerSessionQueryImplTest needs the interface's