Skip to content

Commit ad24357

Browse files
authored
force beanUtils to 2.0 (opensearch-project#3915)
Signed-off-by: Brian Flores <[email protected]>
1 parent 969dc3d commit ad24357

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ml-algorithms/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ configurations.all {
9999
resolutionStrategy.force 'com.google.protobuf:protobuf-java:3.25.5'
100100
resolutionStrategy.force 'org.apache.commons:commons-compress:1.26.0'
101101
resolutionStrategy.force 'software.amazon.awssdk:bom:2.30.18'
102+
resolutionStrategy.force 'org.apache.commons:commons-beanutils:2.0.0'
102103
}
103104

104105

0 commit comments

Comments
 (0)