From 841b2a8ab032f29458841ac403dcbc0e3e67576e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 03:34:17 +0000 Subject: [PATCH] Bump com.fasterxml.jackson.core:jackson-databind from 2.15.2 to 2.16.1 Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.15.2 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-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 6dd0547..d827e67 100644 --- a/build.gradle +++ b/build.gradle @@ -31,7 +31,7 @@ buildscript { dependencies { compile 'io.github.qyvlik:io.eblock.eos-eos4j:1.0.1' - compile 'com.fasterxml.jackson.core:jackson-databind:2.15.2' + compile 'com.fasterxml.jackson.core:jackson-databind:2.16.1' compile 'org.bitcoinj:bitcoinj-core:0.16.2' // compile group: 'com.google.protobuf', name: 'protobuf-lite', version: '3.0.1' // compile 'com.google.protobuf:protobuf-java:3.5.1'