From f01178282cdcb9ece2336f7b8ed7e2ba0368e570 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 18:10:02 +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.13.0 to 2.14.2. - [Release notes](https://github.com/FasterXML/jackson-dataformats-text/releases) - [Commits](https://github.com/FasterXML/jackson-dataformats-text/compare/jackson-dataformats-text-2.13.0...jackson-dataformats-text-2.14.2) --- 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index aa59e74..169c591 100644 --- a/build.gradle +++ b/build.gradle @@ -65,7 +65,7 @@ dependencies { include implementation("com.github.ReviversMC.modget-manifest-api:spec3:0.2.1") include implementation("com.github.ReviversMC.modget-manifest-api:spec4:0.2.1") include implementation("com.fasterxml.jackson.core:jackson-core:2.13.4") - include implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.13.0") + include implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.14.2") include implementation("com.fasterxml.jackson.core:jackson-databind:2.13.4") include implementation("com.fasterxml.jackson.core:jackson-annotations:2.13.0") include implementation("org.yaml:snakeyaml:1.30")