Skip to content

Commit 75e480f

Browse files
authored
bump version of protobuf to 3.25.5 to patch DOS (opensearch-project#3083)
Signed-off-by: Pavan Yekbote <mail2pavanyekbote@gmail.com>
1 parent ff6fe67 commit 75e480f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ml-algorithms/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ lombok {
8282
}
8383

8484
configurations.all {
85-
resolutionStrategy.force 'com.google.protobuf:protobuf-java:3.21.9'
85+
resolutionStrategy.force 'com.google.protobuf:protobuf-java:3.25.5'
8686
resolutionStrategy.force 'org.apache.commons:commons-compress:1.26.0'
8787
}
8888

plugin/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ configurations.all {
347347
resolutionStrategy.force 'org.objenesis:objenesis:3.2'
348348
resolutionStrategy.force 'net.java.dev.jna:jna:5.11.0'
349349
resolutionStrategy.force 'org.apache.commons:commons-text:1.10.0'
350-
resolutionStrategy.force 'com.google.protobuf:protobuf-java:3.21.9'
350+
resolutionStrategy.force 'com.google.protobuf:protobuf-java:3.25.5'
351351
resolutionStrategy.force 'org.apache.httpcomponents:httpcore:4.4.15'
352352
resolutionStrategy.force 'org.apache.httpcomponents:httpclient:4.5.14'
353353
resolutionStrategy.force 'commons-codec:commons-codec:1.15'

0 commit comments

Comments
 (0)