From e4f8dceb3555f2cfe321863ec2ebcb1d2572b4dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Mar 2022 18:26:05 +0000 Subject: [PATCH] Bump jackson-dataformat-yaml from 2.13.0 to 2.13.2 Bumps [jackson-dataformat-yaml](https://github.com/FasterXML/jackson-dataformats-text) from 2.13.0 to 2.13.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.13.2) --- 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..088fefe 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.2") 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")