Skip to content

Commit

Permalink
Bump json-smart from 2.4.7 to 2.4.11 in plugins/repository-hdfs/ (#8160)
Browse files Browse the repository at this point in the history
* Bump json-smart from 2.4.7 to 2.4.11 in plugins/repository-hdfs/

This mirrors similar changes made to the main and 2.x branches - #6944, #7812

Signed-off-by: Kartik Ganesh <gkart@amazon.com>

* Added changelog entry

Signed-off-by: Kartik Ganesh <gkart@amazon.com>

---------

Signed-off-by: Kartik Ganesh <gkart@amazon.com>
  • Loading branch information
kartg authored Jun 19, 2023
1 parent 8251535 commit 926b69c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- Bump `spock-core` from 1.3-groovy-2.5 to 2.3-groovy-2.5 ([#8119](https://github.com/opensearch-project/OpenSearch/pull/8119))
- Bump `com.google.guava:guava` from 31.0.1-jre to 32.0.1-jre ([#8107](https://github.com/opensearch-project/OpenSearch/pull/8107))
- Bump versions of gradle-info-plugin and nebula-publishing-plugin ([#8150](https://github.com/opensearch-project/OpenSearch/pull/8150))
- Bump `json-smart` from 2.4.7 to 2.4.11 in plugins/repository-hdfs/ ([#8160](https://github.com/opensearch-project/OpenSearch/pull/8160))

### Changed

Expand Down
2 changes: 1 addition & 1 deletion plugins/repository-hdfs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ dependencies {
api 'javax.servlet:servlet-api:2.5'
api "org.slf4j:slf4j-api:${versions.slf4j}"
api "org.apache.logging.log4j:log4j-slf4j-impl:${versions.log4j}"
api 'net.minidev:json-smart:2.4.7'
api 'net.minidev:json-smart:2.4.11'
api "io.netty:netty-all:${versions.netty}"
implementation "com.fasterxml.woodstox:woodstox-core:${versions.woodstox}"
implementation 'org.codehaus.woodstox:stax2-api:4.2.1'
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
cc5888f14a5768f254b97bafe8b9fd29b31e872e
1 change: 0 additions & 1 deletion plugins/repository-hdfs/licenses/json-smart-2.4.7.jar.sha1

This file was deleted.

0 comments on commit 926b69c

Please sign in to comment.