From de2359b377166e9b7c83607bc6f2016055e29e73 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2020 04:29:26 +0000 Subject: [PATCH] chore(deps): bump jackson-module-kotlin from 2.10.2 to 2.10.3 Bumps [jackson-module-kotlin](https://github.com/FasterXML/jackson-module-kotlin) from 2.10.2 to 2.10.3. - [Release notes](https://github.com/FasterXML/jackson-module-kotlin/releases) - [Commits](https://github.com/FasterXML/jackson-module-kotlin/compare/jackson-module-kotlin-2.10.2...jackson-module-kotlin-2.10.3) 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 cef513b..b939237 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.2" + implementation "com.fasterxml.jackson.module:jackson-module-kotlin:2.10.3" // spring implementation "org.springframework:spring-core:5.2.4.RELEASE"