From bc6b6e65ee221fc4c4f7f72d3585b768f7beeecb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 16:44:08 -0800 Subject: [PATCH] Build: Bump com.fasterxml.jackson.dataformat:jackson-dataformat-xml (#9395) Bumps [com.fasterxml.jackson.dataformat:jackson-dataformat-xml](https://github.com/FasterXML/jackson-dataformat-xml) from 2.16.0 to 2.16.1. - [Commits](https://github.com/FasterXML/jackson-dataformat-xml/compare/jackson-dataformat-xml-2.16.0...jackson-dataformat-xml-2.16.1) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-xml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 0b2d6d7023f8..74edb8fdba37 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -50,7 +50,7 @@ hive3 = "3.1.3" immutables-value = "2.10.0" jackson-annotations = "2.16.0" jackson-bom = "2.14.2" -jackson-dataformat-xml = "2.16.0" +jackson-dataformat-xml = "2.16.1" jackson211 = { strictly = "[2.11, 2.12[", prefer = "2.11.4"} # see rich version usage explanation above jackson212 = { strictly = "[2.12, 2.13[", prefer = "2.12.3"} jackson213 = { strictly = "[2.13, 2.14[", prefer = "2.13.4"}