From 817a1f58cdb18b47cce2d6bd72be962311479441 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Aug 2023 04:11:19 +0000 Subject: [PATCH] dependabot: bump net.minidev:json-smart from 2.4.11 to 2.5.0 Bumps [net.minidev:json-smart](https://github.com/netplex/json-smart-v2) from 2.4.11 to 2.5.0. - [Release notes](https://github.com/netplex/json-smart-v2/releases) - [Commits](https://github.com/netplex/json-smart-v2/compare/2.4.11...2.5.0) --- updated-dependencies: - dependency-name: net.minidev:json-smart 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 4074c5dd84..4b157b0a55 100644 --- a/build.gradle +++ b/build.gradle @@ -511,7 +511,7 @@ dependencies { //JSON path implementation 'com.jayway.jsonpath:json-path:2.8.0' - implementation 'net.minidev:json-smart:2.4.11' + implementation 'net.minidev:json-smart:2.5.0' implementation "org.apache.kafka:kafka-clients:${kafka_version}"