From b2150b9f6f6c8a15059ef415d3e24bdedd3e253c Mon Sep 17 00:00:00 2001 From: Peter Nied Date: Tue, 9 May 2023 19:51:15 -0700 Subject: [PATCH] =?UTF-8?q?[Backport=201.3]=20Bump=20net.minidev:json-smar?= =?UTF-8?q?t=20from=202.4.7=20to=202.4.10=20in=20/t=E2=80=A6=20(#7493)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [Backport 1.3] Bump net.minidev:json-smart from 2.4.7 to 2.4.10 in /test/fixtures/hdfs-fixture (#6944) Signed-off-by: Peter Nied --- CHANGELOG.md | 1 + test/fixtures/hdfs-fixture/build.gradle | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e7ae1937782e..81501a35c05b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - Bump `org.gradle.test-retry` from 1.5.1 to 1.5.2 - Bump `org.apache.hadoop:hadoop-minicluster` from 3.3.4 to 3.3.5 - OpenJDK Update (April 2023 Patch releases) ([#7449](https://github.com/opensearch-project/OpenSearch/pull/7449) +- Bump `net.minidev:json-smart` from 2.4.7 to 2.4.10 ### Changed ### Deprecated diff --git a/test/fixtures/hdfs-fixture/build.gradle b/test/fixtures/hdfs-fixture/build.gradle index 2c018075cd91b..4b8419dc23d23 100644 --- a/test/fixtures/hdfs-fixture/build.gradle +++ b/test/fixtures/hdfs-fixture/build.gradle @@ -51,7 +51,7 @@ dependencies { api "com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:${versions.jackson}" api "com.fasterxml.jackson.core:jackson-databind:${versions.jackson_databind}" api "com.fasterxml.woodstox:woodstox-core:${versions.woodstox}" - api 'net.minidev:json-smart:2.4.8' + api 'net.minidev:json-smart:2.4.10' api 'org.apache.zookeeper:zookeeper:3.8.0' api "org.jetbrains.kotlin:kotlin-stdlib:${versions.kotlin}" api "com.google.protobuf:protobuf-java:${versions.protobuf}"