Skip to content

Commit 35c241b

Browse files
authored
Merge branch 'main' into dependabot/gradle/plugins/repository-hdfs/commons-cli-commons-cli-1.11.0
Signed-off-by: Craig Perkins <cwperx@amazon.com>
2 parents 668796e + 66781eb commit 35c241b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
105105
- Bump `com.google.api:gax-httpjson` from 2.69.0 to 2.72.1 ([#19943](https://github.com/opensearch-project/OpenSearch/pull/19943))
106106
- Update Hadoop to 3.4.2 and enable security (Kerberos) integration tests under JDK-24 and above ([#19952](https://github.com/opensearch-project/OpenSearch/pull/19952))
107107
- Bump `commons-cli:commons-cli` from 1.10.0 to 1.11.0 ([#20022](https://github.com/opensearch-project/OpenSearch/pull/20022))
108+
- Bump `com.squareup.okio:okio` from 3.16.0 to 3.16.3 ([#20025](https://github.com/opensearch-project/OpenSearch/pull/20025))
108109

109110
### Deprecated
110111
- Deprecated existing constructors in ThreadPoolStats.Stats in favor of the new Builder ([#19317](https://github.com/opensearch-project/OpenSearch/pull/19317))

test/fixtures/hdfs-fixture/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,6 @@ dependencies {
9393
runtimeOnly("com.squareup.okhttp3:okhttp:5.3.0") {
9494
exclude group: "com.squareup.okio"
9595
}
96-
runtimeOnly "com.squareup.okio:okio:3.16.0"
96+
runtimeOnly "com.squareup.okio:okio:3.16.3"
9797
runtimeOnly "org.xerial.snappy:snappy-java:1.1.10.8"
9898
}

0 commit comments

Comments
 (0)