Skip to content

Commit 37e344b

Browse files
kotwanikunalPeter Alfonsi
authored and
Peter Alfonsi
committed
Signed-off-by: Kunal Kotwani <kkotwani@amazon.com>
1 parent 7c35ae8 commit 37e344b

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
192192
- Bump `com.google.http-client:google-http-client-jackson2` from 1.43.3 to 1.44.1 ([#12059](https://github.com/opensearch-project/OpenSearch/pull/12059))
193193
- Bump `peter-evans/create-issue-from-file` from 4 to 5 ([#12057](https://github.com/opensearch-project/OpenSearch/pull/12057))
194194
- Bump `org.gradle.test-retry` from 1.5.4 to 1.5.8 ([#12168](https://github.com/opensearch-project/OpenSearch/pull/12168))
195+
- Bump `org.apache.kerby:kerb-admin` from 1.0.1 to 2.0.3 ([#12194](https://github.com/opensearch-project/OpenSearch/pull/12194))
195196

196197
### Changed
197198
- Mute the query profile IT with concurrent execution ([#9840](https://github.com/opensearch-project/OpenSearch/pull/9840))

test/fixtures/hdfs-fixture/build.gradle

+2
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ dependencies {
5151
exclude module: "logback-core"
5252
exclude module: "logback-classic"
5353
exclude module: "avro"
54+
exclude group: 'org.apache.kerby'
5455
}
5556
api "org.codehaus.jettison:jettison:${versions.jettison}"
5657
api "org.apache.commons:commons-compress:${versions.commonscompress}"
@@ -72,6 +73,7 @@ dependencies {
7273
api "commons-net:commons-net:3.10.0"
7374
api "ch.qos.logback:logback-core:1.2.13"
7475
api "ch.qos.logback:logback-classic:1.2.13"
76+
api 'org.apache.kerby:kerb-admin:2.0.3'
7577
runtimeOnly "com.google.guava:guava:${versions.guava}"
7678
runtimeOnly("com.squareup.okhttp3:okhttp:4.12.0") {
7779
exclude group: "com.squareup.okio"

0 commit comments

Comments
 (0)