From 20627944ee24ea4bb3352f5cfecc4a69e117a54a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 24 Feb 2024 09:59:37 +0000 Subject: [PATCH] Bump com.fasterxml.jackson.core:jackson-databind from 2.16.0 to 2.16.1 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 2a56e82..0cd18ac 100644 --- a/build.gradle +++ b/build.gradle @@ -19,7 +19,7 @@ buildscript { classpath group: 'com.sun.xml.bind', name: 'jaxb-core', version: '4.0.4' classpath group: 'com.sun.xml.bind', name: 'jaxb-impl', version: '4.0.4' classpath group: 'javax.activation', name: 'activation', version: '1.1.1' - classpath group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.16.0' + classpath group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.16.1' } } @@ -77,7 +77,7 @@ dependencies { implementation "io.prometheus:simpleclient:${versions.prometheus}" implementation "io.prometheus:simpleclient_common:${versions.prometheus}" implementation "io.prometheus:simpleclient_hotspot:${versions.prometheus}" - implementation 'com.fasterxml.jackson.core:jackson-databind:2.16.0' + implementation 'com.fasterxml.jackson.core:jackson-databind:2.16.1' yamlRestTestRuntimeOnly "org.apache.logging.log4j:log4j-core:${versions.log4j}" testImplementation (group: 'junit', name: 'junit', version: "${versions.junit}") { exclude group:'org.hamcrest' //also included in ES test framework