From e803c693df14f4e893e89704a6e55b6baa259aea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Nov 2022 18:13:31 +0000 Subject: [PATCH] Bump jackson-annotations from 2.13.0 to 2.14.1 Bumps [jackson-annotations](https://github.com/FasterXML/jackson) from 2.13.0 to 2.14.1. - [Release notes](https://github.com/FasterXML/jackson/releases) - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-annotations 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..7745e80 100644 --- a/build.gradle +++ b/build.gradle @@ -67,7 +67,7 @@ dependencies { 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.core:jackson-databind:2.13.4") - include implementation("com.fasterxml.jackson.core:jackson-annotations:2.13.0") + include implementation("com.fasterxml.jackson.core:jackson-annotations:2.14.1") include implementation("org.yaml:snakeyaml:1.30") include implementation("com.github.ReviversMC:modget-lib:3.0.0") include implementation("org.apache.commons:commons-text:1.9")