Skip to content

Commit

Permalink
[Java] Tidy v2.
Browse files Browse the repository at this point in the history
  • Loading branch information
vyazelenko committed Jan 21, 2025
1 parent 8f2c0bb commit 8f4a411
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -153,10 +153,10 @@ allprojects {
force libs.byteBuddy,
libs.byteBuddy.agent,
// patching conflicting Checkstyle dependencies
"org.codehaus.plexus:plexus-utils:3.3.0",
"org.apache.commons:commons-lang3:3.8.1",
"org.apache.httpcomponents:httpcore:4.4.14",
"commons-codec:commons-codec:1.15"
libs.commons.codec,
libs.commons.lang3,
libs.httpcore,
libs.plexus.utils
}
}

Expand Down

0 comments on commit 8f4a411

Please sign in to comment.