Skip to content

Commit

Permalink
LPD-31417 Update org.tukaani.xz to 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
balazssk authored and brianchandotcom committed Jul 14, 2024
1 parent 1fe4c7c commit 9636296
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ dependencies {
compileInclude group: "org.apache.commons", name: "commons-compress", version: "1.26.0"
compileInclude group: "org.apache.commons", name: "commons-csv", version: "1.9.0"
compileInclude group: "org.apache.commons", name: "commons-math3", version: "3.6.1"
compileInclude group: "org.tukaani", name: "xz", version: "1.8"
compileInclude group: "org.tukaani", name: "xz", version: "1.9"
}
2 changes: 1 addition & 1 deletion modules/util/portal-tools-bundle-support/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies {
compileInclude group: "org.apache.commons", name: "commons-compress", version: "1.26.0"
compileInclude group: "org.apache.httpcomponents", name: "httpclient", version: "4.5.13"
compileInclude group: "org.apache.httpcomponents", name: "httpcore", version: "4.4.14"
compileInclude group: "org.tukaani", name: "xz", version: "1.6"
compileInclude group: "org.tukaani", name: "xz", version: "1.9"

compileOnly group: "org.apache.ant", name: "ant", transitive: false, version: "1.10.11"
compileOnly group: "org.apache.maven", name: "maven-core", transitive: false, version: "3.8.1"
Expand Down

0 comments on commit 9636296

Please sign in to comment.