From dde08241d4b3445ac21f933433c1be62e8844472 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Nov 2023 16:11:47 +0000 Subject: [PATCH] :arrow_up: Bump com.fasterxml.jackson.dataformat:jackson-dataformat-yaml 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] --- 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") }