From 1be6de9a2edbd29fbf8d38b9a99e69a1ccf779bc Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 1 May 2020 04:23:43 +0000 Subject: [PATCH] chore(deps): bump jackson-module-kotlin from 2.10.3 to 2.11.0 Bumps [jackson-module-kotlin](https://github.com/FasterXML/jackson-module-kotlin) from 2.10.3 to 2.11.0. - [Release notes](https://github.com/FasterXML/jackson-module-kotlin/releases) - [Commits](https://github.com/FasterXML/jackson-module-kotlin/compare/jackson-module-kotlin-2.10.3...jackson-module-kotlin-2.11.0) Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index d79bba3..48dac48 100644 --- a/build.gradle +++ b/build.gradle @@ -29,7 +29,7 @@ dependencies { // kotlin implementation "org.jetbrains.kotlin:kotlin-reflect" implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8" - implementation "com.fasterxml.jackson.module:jackson-module-kotlin:2.10.3" + implementation "com.fasterxml.jackson.module:jackson-module-kotlin:2.11.0" // spring implementation "org.springframework:spring-core:5.2.5.RELEASE"