From bd3d0e373f7d7a39e3b107e3336ced07063a3c27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Nov 2022 20:06:00 +0000 Subject: [PATCH] build(deps): bump jackson-module-kotlin from 2.14.0 to 2.14.1 in /app Bumps [jackson-module-kotlin](https://github.com/FasterXML/jackson-module-kotlin) from 2.14.0 to 2.14.1. - [Release notes](https://github.com/FasterXML/jackson-module-kotlin/releases) - [Commits](https://github.com/FasterXML/jackson-module-kotlin/compare/jackson-module-kotlin-2.14.0...jackson-module-kotlin-2.14.1) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.module:jackson-module-kotlin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 9fcd84ce..347d6407 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -75,7 +75,7 @@ dependencies { implementation(group = "net.minecrell", name = "terminalconsoleappender", version = "1.3.0") // Jackson - implementation(group = "com.fasterxml.jackson.module", name = "jackson-module-kotlin", version = "2.14.0") + implementation(group = "com.fasterxml.jackson.module", name = "jackson-module-kotlin", version = "2.14.1") implementation(group = "com.fasterxml.jackson.module", name = "jackson-module-afterburner", version = "2.14.0") implementation(group = "com.fasterxml.jackson.dataformat", name = "jackson-dataformat-yaml", version = "2.14.0") implementation(group = "com.fasterxml.jackson.dataformat", name = "jackson-dataformat-properties", version = "2.14.0")