Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Signed-off-by: Kunal Kotwani <[email protected]>
(cherry picked from commit 2ce15a5)

Co-authored-by: Kunal Kotwani <[email protected]>
  • Loading branch information
harishbhakuni and kotwanikunal authored Feb 28, 2024
1 parent 5d2db2c commit a994fbd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
### Dependencies
- Bump `netty` from 4.1.100.Final to 4.1.104.Final ([#11294](https://github.com/opensearch-project/OpenSearch/pull/11294), [#11775](https://github.com/opensearch-project/OpenSearch/pull/11775)), [#12034](https://github.com/opensearch-project/OpenSearch/pull/12034))
- Bump `netty` from 4.1.106.Final to 4.1.107.Final ([#12372](https://github.com/opensearch-project/OpenSearch/pull/12372))
- Bump `org.apache.kerby:kerb-admin` from 1.0.1 to 2.0.3 ([#12194](https://github.com/opensearch-project/OpenSearch/pull/12194))

### Changed
### Deprecated
Expand Down
2 changes: 2 additions & 0 deletions test/fixtures/hdfs-fixture/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ dependencies {
exclude module: "logback-core"
exclude module: "logback-classic"
exclude module: "avro"
exclude group: 'org.apache.kerby'
}

api "org.codehaus.jettison:jettison:${versions.jettison}"
Expand All @@ -65,6 +66,7 @@ dependencies {
api "org.eclipse.jetty.websocket:javax-websocket-server-impl:${versions.jetty}"
api "ch.qos.logback:logback-core:1.2.13"
api "ch.qos.logback:logback-classic:1.2.13"
api 'org.apache.kerby:kerb-admin:2.0.3'
runtimeOnly "com.google.guava:guava:${versions.guava}"
runtimeOnly("com.squareup.okhttp3:okhttp:4.11.0") {
exclude group: "com.squareup.okio"
Expand Down

0 comments on commit a994fbd

Please sign in to comment.