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.