Skip to content

Commit 8932001

Browse files
authored
Merge branch 'main' into dependabot/gradle/plugins/repository-azure/com.azure-azure-xml-1.2.0
Signed-off-by: Craig Perkins <[email protected]>
2 parents d2e930c + bd2119f commit 8932001

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
@@ -69,6 +69,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6969
- Bump `com.nimbusds:oauth2-oidc-sdk` from 11.23.1 to 11.25 ([#18369](https://github.com/opensearch-project/OpenSearch/pull/18369))
7070
- Bump `gradle/actions` from 3 to 4 ([#18371](https://github.com/opensearch-project/OpenSearch/pull/18371))
7171
- Bump `com.azure:azure-storage-common` from 12.28.0 to 12.29.0 ([#18415](https://github.com/opensearch-project/OpenSearch/pull/18415))
72+
- Bump `com.squareup.okio:okio` from 3.10.2 to 3.12.0 ([#18468](https://github.com/opensearch-project/OpenSearch/pull/18468))
7273
- Bump `com.azure:azure-xml` from 1.1.0 to 1.2.0 ([#18469](https://github.com/opensearch-project/OpenSearch/pull/18469))
7374

7475
### Deprecated

test/fixtures/hdfs-fixture/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,6 @@ dependencies {
8888
runtimeOnly("com.squareup.okhttp3:okhttp:4.12.0") {
8989
exclude group: "com.squareup.okio"
9090
}
91-
runtimeOnly "com.squareup.okio:okio:3.10.2"
91+
runtimeOnly "com.squareup.okio:okio:3.12.0"
9292
runtimeOnly "org.xerial.snappy:snappy-java:1.1.10.7"
9393
}

0 commit comments

Comments
 (0)