From dd231f940efb24c69a5fa619439b7520e773c52b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Mar 2022 16:09:11 +0000 Subject: [PATCH] Bump jackson-module-kotlin from 2.13.1 to 2.13.2 Bumps [jackson-module-kotlin](https://github.com/FasterXML/jackson-module-kotlin) from 2.13.1 to 2.13.2. - [Release notes](https://github.com/FasterXML/jackson-module-kotlin/releases) - [Commits](https://github.com/FasterXML/jackson-module-kotlin/compare/jackson-module-kotlin-2.13.1...jackson-module-kotlin-2.13.2) --- 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] --- plugin/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/build.gradle.kts b/plugin/build.gradle.kts index 94e407c81..718233c1b 100644 --- a/plugin/build.gradle.kts +++ b/plugin/build.gradle.kts @@ -81,7 +81,7 @@ dependencies { implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.13.1") implementation("com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.13.1") implementation("com.fasterxml.jackson.datatype:jackson-datatype-guava:2.13.1") - implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.13.1") + implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.13.2") implementation("org.jetbrains.kotlin:kotlin-reflect:$kotlinVersion") implementation("io.dropwizard.metrics:metrics-core:4.2.9") implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.3.2")