From 097574c5b6d8b6a68f628e52986df87bcf54a9d1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Aug 2025 21:19:57 +0000 Subject: [PATCH] fix(deps): update dependency com.fasterxml.jackson.dataformat:jackson-dataformat-xml to v2.19.2 (#708) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs.versions.toml b/libs.versions.toml index 119d3ec0..56ca71d8 100644 --- a/libs.versions.toml +++ b/libs.versions.toml @@ -9,7 +9,7 @@ coroutines = "1.10.2" swagger = "2.2.35" tika = "3.2.1" owl = "0.0.1" -jackson = "2.18.2" +jackson = "2.19.2" protobuf = "4.31.1" grpc-java = "1.72.0" grpc-kotlin = "1.4.3"