Skip to content

Commit

Permalink
build: fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
manticore-projects committed Oct 5, 2024
1 parent b658e0a commit baf12ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ configurations.configureEach {
force 'org.apache.logging.log4j:log4j-jul:2.+'
force 'org.slf4j:slf4j-log4j12:2.+'
force 'org.apache.avro:avro:+'
force 'org.apache.commons:commons-configuration2:2.11.0'
force 'org.apache.commons:commons-configuration2:+'

eachDependency { DependencyResolveDetails details ->
if (details.requested.group == 'org.bouncycastle' &&
Expand Down

0 comments on commit baf12ca

Please sign in to comment.