Skip to content

Commit

Permalink
libs.commons.compress
Browse files Browse the repository at this point in the history
  • Loading branch information
qcdyx committed Feb 17, 2025
1 parent 29256db commit 08f4647
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies {
annotationProcessor project(':processor:notices')
annotationProcessor libs.auto.value
compileOnly libs.auto.value
implementation 'org.apache.commons:commons-compress:1.20'
implementation libs.commons.compress
implementation libs.commons.lang3
implementation 'javax.inject:javax.inject:1'
implementation 'org.apache.httpcomponents:httpclient:4.5.2'
Expand Down
4 changes: 3 additions & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ gson = "2.8.6"
autoValue = "1.7.4"
guava = "31.0.1-jre"
univocityParsers = "2.9.0"
commonsCompress = "1.20"

[plugins]
spotless = { id = "com.diffplug.spotless", version.ref = "spotless" }
Expand All @@ -22,4 +23,5 @@ flogger-system-backend = { module = "com.google.flogger:flogger-system-backend",
gson = { module = "com.google.code.gson:gson", version.ref = "gson" }
auto-value = { module = "com.google.auto.value:auto-value", version.ref = "autoValue" }
guava = { module = "com.google.guava:guava", version.ref = "guava" }
univocity-parsers = { module = "com.univocity:univocity-parsers", version.ref = "univocityParsers" }
univocity-parsers = { module = "com.univocity:univocity-parsers", version.ref = "univocityParsers" }
commons-compress = { module = "org.apache.commons:commons-compress", version.ref = "commonsCompress" }

0 comments on commit 08f4647

Please sign in to comment.