From 284616f8c8f7871ac896c7eecce4530db75d7be2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Jan 2023 08:06:50 -0500 Subject: [PATCH] Bump jackson-dataformat-cbor from 2.14.1 to 2.14.2 (#590) Bumps [jackson-dataformat-cbor](https://github.com/FasterXML/jackson-dataformats-binary) from 2.14.1 to 2.14.2. - [Release notes](https://github.com/FasterXML/jackson-dataformats-binary/releases) - [Commits](https://github.com/FasterXML/jackson-dataformats-binary/compare/jackson-dataformats-binary-2.14.1...jackson-dataformats-binary-2.14.2) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-cbor 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> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 2e39f86e..1669b67e 100644 --- a/build.gradle +++ b/build.gradle @@ -57,7 +57,7 @@ subprojects { compile group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.14.1' compile group: 'com.fasterxml.jackson.core', name: 'jackson-annotations', version: '2.14.2' compile group: 'com.fasterxml.jackson.dataformat', name: 'jackson-dataformat-smile', version: '2.14.1' - compile group: 'com.fasterxml.jackson.dataformat', name: 'jackson-dataformat-cbor', version: '2.14.1' + compile group: 'com.fasterxml.jackson.dataformat', name: 'jackson-dataformat-cbor', version: '2.14.2' compile group: 'com.google.re2j', name: 're2j', version: '1.7' testCompile group: 'org.powermock', name: 'powermock-module-javaagent', version: '2.0.9' testCompile group: 'org.jacoco', name: 'org.jacoco.agent', version: '0.8.8', classifier: 'runtime'