File tree 2 files changed +2
-1
lines changed
test/fixtures/hdfs-fixture
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
10
10
- Bump ` org.gradle.test-retry ` from 1.5.1 to 1.5.2
11
11
- Bump ` org.apache.hadoop:hadoop-minicluster ` from 3.3.4 to 3.3.5
12
12
- 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
13
14
14
15
### Changed
15
16
### Deprecated
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ dependencies {
51
51
api " com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:${ versions.jackson} "
52
52
api " com.fasterxml.jackson.core:jackson-databind:${ versions.jackson_databind} "
53
53
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 '
55
55
api ' org.apache.zookeeper:zookeeper:3.8.0'
56
56
api " org.jetbrains.kotlin:kotlin-stdlib:${ versions.kotlin} "
57
57
api " com.google.protobuf:protobuf-java:${ versions.protobuf} "
You can’t perform that action at this time.
0 commit comments