Skip to content

Commit

Permalink
Bump org.tukaani:xz from 1.9 to 1.10 in /plugins/ingest-attachment
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Aug 5, 2024
1 parent a9d09aa commit 4c17fa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/ingest-attachment/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ dependencies {
runtimeOnly "com.optimaize.languagedetector:language-detector:0.6"
runtimeOnly "com.google.guava:guava:${versions.guava}"
// Other dependencies
api 'org.tukaani:xz:1.9'
api 'org.tukaani:xz:1.10'
api "commons-io:commons-io:${versions.commonsio}"
api "org.slf4j:slf4j-api:${versions.slf4j}"

Expand Down

0 comments on commit 4c17fa4

Please sign in to comment.