From 67c123ab902a935d295ae285a0423affea888ee9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Dec 2023 08:42:36 +0000 Subject: [PATCH] Bump jacksonVersion from 2.15.2 to 2.16.0 (#1383) Bumps `jacksonVersion` from 2.15.2 to 2.16.0. Updates `com.fasterxml.jackson.core:jackson-databind` from 2.15.2 to 2.16.0 - [Commits](https://github.com/FasterXML/jackson/commits) Updates `com.fasterxml.jackson.module:jackson-module-kotlin` from 2.15.2 to 2.16.0 - [Commits](https://github.com/FasterXML/jackson-module-kotlin/compare/jackson-module-kotlin-2.15.2...jackson-module-kotlin-2.16.0) Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-yaml` from 2.15.2 to 2.16.0 - [Commits](https://github.com/FasterXML/jackson-dataformats-text/compare/jackson-dataformats-text-2.15.2...jackson-dataformats-text-2.16.0) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.fasterxml.jackson.module:jackson-module-kotlin dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-yaml dependency-type: direct:production update-type: version-update:semver-minor ... 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 d83b344d1c..a88789c8da 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -9,7 +9,7 @@ avroVersion = "1.11.3" commonsCompressVersion = "1.24.0" bouncycastleVersion = "1.73" javaxPersistenceApiVersion = "2.2" -jacksonVersion = "2.15.2" +jacksonVersion = "2.16.0" osgiVersion = "8.0.0" osgiAnnotationVersion = "8.1.0" osgiSvcAnnotationVersion = "1.5.1"