From 8a2ad41ca962eb80525389ce8a31d74e39d0a812 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 May 2024 04:04:31 +0000 Subject: [PATCH] fix(deps): update dependency com.fasterxml.jackson.dataformat:jackson-dataformat-yaml to v2.17.1 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index b6a93df..7f1fd63 100644 --- a/build.gradle +++ b/build.gradle @@ -37,7 +37,7 @@ dependencies { } api('com.fasterxml.jackson.core:jackson-annotations:2.15.2') - api('com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.15.2') + api('com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.17.1') api('com.fasterxml.jackson.core:jackson-core:2.15.2') }