Skip to content

Commit b2150b9

Browse files
authored
[Backport 1.3] Bump net.minidev:json-smart from 2.4.7 to 2.4.10 in /t… (#7493)
* [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 <petern@amazon.com>
1 parent 7e95696 commit b2150b9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
1010
- Bump `org.gradle.test-retry` from 1.5.1 to 1.5.2
1111
- Bump `org.apache.hadoop:hadoop-minicluster` from 3.3.4 to 3.3.5
1212
- OpenJDK Update (April 2023 Patch releases) ([#7449](https://github.com/opensearch-project/OpenSearch/pull/7449)
13+
- Bump `net.minidev:json-smart` from 2.4.7 to 2.4.10
1314

1415
### Changed
1516
### Deprecated

test/fixtures/hdfs-fixture/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ dependencies {
5151
api "com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:${versions.jackson}"
5252
api "com.fasterxml.jackson.core:jackson-databind:${versions.jackson_databind}"
5353
api "com.fasterxml.woodstox:woodstox-core:${versions.woodstox}"
54-
api 'net.minidev:json-smart:2.4.8'
54+
api 'net.minidev:json-smart:2.4.10'
5555
api 'org.apache.zookeeper:zookeeper:3.8.0'
5656
api "org.jetbrains.kotlin:kotlin-stdlib:${versions.kotlin}"
5757
api "com.google.protobuf:protobuf-java:${versions.protobuf}"

0 commit comments

Comments
 (0)