From f9f42466bfcae07569f3c28db5fd320dfc7d6109 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Nov 2023 15:50:39 +0800 Subject: [PATCH] :arrow_up: Bump com.fasterxml.jackson.dataformat:jackson-dataformat-yaml (#208) Bumps [com.fasterxml.jackson.dataformat:jackson-dataformat-yaml](https://github.com/FasterXML/jackson-dataformats-text) from 2.15.3 to 2.16.0. - [Commits](https://github.com/FasterXML/jackson-dataformats-text/compare/jackson-dataformats-text-2.15.3...jackson-dataformats-text-2.16.0) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-yaml dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 2cb1a31..4163685 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -36,7 +36,7 @@ dependencies { implementation("org.commonmark:commonmark-ext-autolink:0.21.0") implementation("com.bybutter.sisyphus:sisyphus-grpc:2.1.20") implementation("com.bybutter.sisyphus:sisyphus-jackson-protobuf:2.1.20") - implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.15.3") + implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.16.0") implementation("io.grpc:grpc-netty:1.59.0") }