From 3c4d4c23413611ea4f469dd16ca7bddcda6e15e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 10:25:00 +0200 Subject: [PATCH] Bump com.fasterxml.jackson.core:jackson-databind from 2.16.0 to 2.16.1 (#3007) Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.16.0 to 2.16.1. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index baa0b602e5..0c499ccb26 100644 --- a/build.gradle +++ b/build.gradle @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2023 VMware, Inc. or its affiliates, All Rights Reserved. + * Copyright (c) 2011-2024 VMware, Inc. or its affiliates, All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -110,7 +110,7 @@ ext { // Testing brotli4jVersion = '1.13.0' - jacksonDatabindVersion = '2.16.0' + jacksonDatabindVersion = '2.16.1' testAddonVersion = reactorCoreVersion assertJVersion = '3.24.2' awaitilityVersion = '4.2.0'