Skip to content

Commit

Permalink
force commons-lang3 version to fix conflict issue
Browse files Browse the repository at this point in the history
Signed-off-by: Jackie Han <[email protected]>
  • Loading branch information
jackiehanyang committed Sep 5, 2023
1 parent db788f4 commit d8e2b22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,7 @@ configurations.all {
force "net.bytebuddy:byte-buddy-agent:1.14.6"
force "com.google.code.gson:gson:2.8.9"
force "junit:junit:4.13.2"
force "org.apache.commons:commons-lang3:3.12.0"
}
}

Expand Down

0 comments on commit d8e2b22

Please sign in to comment.