Skip to content

Commit

Permalink
[Backport 1.3] Bump net.minidev:json-smart from 2.4.7 to 2.4.10 in /t… (
Browse files Browse the repository at this point in the history
#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 <[email protected]>
  • Loading branch information
peternied authored May 10, 2023
1 parent 7e95696 commit b2150b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/hdfs-fixture/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit b2150b9

Please sign in to comment.