Skip to content

Commit 0389da9

Browse files
Bump com.squareup.okio:okio from 3.12.0 to 3.13.0 in /test/fixtures/hdfs-fixture (#18525)
* Bump com.squareup.okio:okio in /test/fixtures/hdfs-fixture Bumps [com.squareup.okio:okio](https://github.com/square/okio) from 3.12.0 to 3.13.0. - [Release notes](https://github.com/square/okio/releases) - [Changelog](https://github.com/square/okio/blob/master/CHANGELOG.md) - [Commits](square/okio@parent-3.12.0...parent-3.13.0) --- updated-dependencies: - dependency-name: com.squareup.okio:okio dependency-version: 3.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Update changelog Signed-off-by: dependabot[bot] <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5176685 commit 0389da9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
8181
- Bump `com.nimbusds:oauth2-oidc-sdk` from 11.23.1 to 11.25 ([#18369](https://github.com/opensearch-project/OpenSearch/pull/18369))
8282
- Bump `gradle/actions` from 3 to 4 ([#18371](https://github.com/opensearch-project/OpenSearch/pull/18371))
8383
- Bump `com.azure:azure-storage-common` from 12.28.0 to 12.29.0 ([#18415](https://github.com/opensearch-project/OpenSearch/pull/18415))
84-
- Bump `com.squareup.okio:okio` from 3.10.2 to 3.12.0 ([#18468](https://github.com/opensearch-project/OpenSearch/pull/18468))
84+
- Bump `com.squareup.okio:okio` from 3.10.2 to 3.13.0 ([#18468](https://github.com/opensearch-project/OpenSearch/pull/18468), [#18525](https://github.com/opensearch-project/OpenSearch/pull/18525))
8585
- Bump `com.azure:azure-xml` from 1.1.0 to 1.2.0 ([#18469](https://github.com/opensearch-project/OpenSearch/pull/18469))
8686
- Bump `com.maxmind.db:maxmind-db` from 3.1.1 to 3.2.0 ([#18470](https://github.com/opensearch-project/OpenSearch/pull/18470))
8787
- Bump `stefanzweifel/git-auto-commit-action` from 5 to 6 ([#18524](https://github.com/opensearch-project/OpenSearch/pull/18524))

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.12.0"
91+
runtimeOnly "com.squareup.okio:okio:3.13.0"
9292
runtimeOnly "org.xerial.snappy:snappy-java:1.1.10.7"
9393
}

0 commit comments

Comments
 (0)