Skip to content

Commit

Permalink
Commons-lang3 3.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fhoeben committed Oct 26, 2024
1 parent 3e49a55 commit 49f83f5
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,8 @@ java {
dependencies {
implementation "org.htmlparser:htmlparser:2.1"
implementation "org.htmlparser:htmllexer:2.1"
implementation ("org.apache.velocity:velocity-engine-core:2.4.1") {
exclude group:"org.apache.commons", module: "commons-lang3"
exclude group: 'org.slf4j', module: 'slf4j-api'
}
implementation "org.apache.commons:commons-lang3:3.14.0"
implementation "org.apache.velocity:velocity-engine-core:2.4.1"
implementation "org.apache.commons:commons-lang3:3.17.0"
implementation "org.slf4j:slf4j-api:2.0.16"
implementation "org.slf4j:slf4j-jdk14:2.0.16"
implementation "org.json:json:20240303"
Expand Down

0 comments on commit 49f83f5

Please sign in to comment.