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")