From ff450951876fe5c0437b722c9ca8893460907f39 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2020 10:47:02 +0800 Subject: [PATCH] chore(deps): bump jackson-dataformat-yaml from 2.10.3 to 2.11.0 (#789) Bumps [jackson-dataformat-yaml](https://github.com/FasterXML/jackson-dataformats-text) from 2.10.3 to 2.11.0. - [Release notes](https://github.com/FasterXML/jackson-dataformats-text/releases) - [Commits](https://github.com/FasterXML/jackson-dataformats-text/compare/jackson-dataformats-text-2.10.3...jackson-dataformats-text-2.11.0) Signed-off-by: dependabot-preview[bot] Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 86dfed091..960c2ad05 100644 --- a/build.gradle +++ b/build.gradle @@ -61,7 +61,7 @@ ext { swaggerVersion = "2.9.2" commonsLangVersion = "3.9" httpclientVersion = "4.5.12" - dataformatYamlVersion = "2.10.3" + dataformatYamlVersion = "2.11.0" jgitVersion = "5.7.0.202003110725-r" flexmarkVersion = "0.61.20" thumbnailatorVersion = "0.4.11"