From f2fc87bc5f65fecaa0c618cff5b76c3a00b7469c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Dec 2021 18:25:13 +0000 Subject: [PATCH] Bump jackson-dataformat-yaml from 2.13.0 to 2.13.1 Bumps [jackson-dataformat-yaml](https://github.com/FasterXML/jackson-dataformats-text) from 2.13.0 to 2.13.1. - [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.13.1) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-yaml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index cf93354..797e500 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.0") - include implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.13.0") + include implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.13.1") include implementation("com.fasterxml.jackson.core:jackson-databind:2.13.0") include implementation("com.fasterxml.jackson.core:jackson-annotations:2.13.0") include implementation("org.yaml:snakeyaml:1.30")