Skip to content

Commit ae62259

Browse files
dependabot[bot]akolarkunnu
authored andcommitted
Bump org.tukaani:xz from 1.9 to 1.10 in /plugins/ingest-attachment (opensearch-project#15110)
* Bump org.tukaani:xz from 1.9 to 1.10 in /plugins/ingest-attachment Bumps [org.tukaani:xz](https://github.com/tukaani-project/xz-java) from 1.9 to 1.10. - [Release notes](https://github.com/tukaani-project/xz-java/releases) - [Changelog](https://github.com/tukaani-project/xz-java/blob/master/NEWS.md) - [Commits](tukaani-project/xz-java@v1.9...v1.10) --- updated-dependencies: - dependency-name: org.tukaani:xz dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Updating SHAs 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> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
1 parent f79f1b9 commit ae62259

File tree

4 files changed

+3
-2
lines changed

4 files changed

+3
-2
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
2121
- OpenJDK Update (July 2024 Patch releases) ([#14998](https://github.com/opensearch-project/OpenSearch/pull/14998))
2222
- Bump `com.microsoft.azure:msal4j` from 1.16.1 to 1.16.2 ([#14995](https://github.com/opensearch-project/OpenSearch/pull/14995))
2323
- Bump `actions/github-script` from 6 to 7 ([#14997](https://github.com/opensearch-project/OpenSearch/pull/14997))
24+
- Bump `org.tukaani:xz` from 1.9 to 1.10 ([#15110](https://github.com/opensearch-project/OpenSearch/pull/15110))
2425

2526
### Changed
2627
- Add lower limit for primary and replica batch allocators timeout ([#14979](https://github.com/opensearch-project/OpenSearch/pull/14979))

plugins/ingest-attachment/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ dependencies {
6666
runtimeOnly "com.optimaize.languagedetector:language-detector:0.6"
6767
runtimeOnly "com.google.guava:guava:${versions.guava}"
6868
// Other dependencies
69-
api 'org.tukaani:xz:1.9'
69+
api 'org.tukaani:xz:1.10'
7070
api "commons-io:commons-io:${versions.commonsio}"
7171
api "org.slf4j:slf4j-api:${versions.slf4j}"
7272

Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1be8166f89e035a56c6bfc67dbc423996fe577e2

plugins/ingest-attachment/licenses/xz-1.9.jar.sha1

-1
This file was deleted.

0 commit comments

Comments
 (0)