From dd25ff1559a02352f61b75395ce8f9f149ade969 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 06:41:23 +0000 Subject: [PATCH] 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.17.2 to 2.18.0. - [Commits](https://github.com/FasterXML/jackson-dataformats-text/compare/jackson-dataformats-text-2.17.2...jackson-dataformats-text-2.18.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] --- bot/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/build.gradle.kts b/bot/build.gradle.kts index ab361b18..695a7a4c 100644 --- a/bot/build.gradle.kts +++ b/bot/build.gradle.kts @@ -27,7 +27,7 @@ dependencies { implementation("com.h2database:h2:2.3.232") implementation("org.apache.derby:derby:10.17.1.0") implementation("org.apache.derby:derbyclient:10.17.1.0") - implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.17.2") + implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.18.0") implementation("org.apache.xmlgraphics:batik:1.17") implementation("org.apache.xmlgraphics:batik-transcoder:1.17") implementation("org.apache.xmlgraphics:batik-codec:1.17")