Skip to content

Commit

Permalink
Replacing dependency on commons-compress with commons-lang3 (#4863)
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-at-moderne authored Jan 8, 2025
1 parent 0e5b439 commit c2e5624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rewrite-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies {

api("org.jspecify:jspecify:latest.release")

implementation("org.apache.commons:commons-compress:latest.release")
implementation("org.apache.commons:commons-lang3:latest.release")

implementation("io.micrometer:micrometer-core:1.9.+")
implementation("io.github.classgraph:classgraph:latest.release")
Expand Down

0 comments on commit c2e5624

Please sign in to comment.