Skip to content

Commit c809580

Browse files
bump version of protobuf to 3.25.5 to patch DOS (#3083) (#3090)
Signed-off-by: Pavan Yekbote <[email protected]> (cherry picked from commit 75e480f) Co-authored-by: Pavan Yekbote <[email protected]>
1 parent f1818f5 commit c809580

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ml-algorithms/build.gradle

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ configurations.all {
341341
resolutionStrategy.force 'org.objenesis:objenesis:3.2'
342342
resolutionStrategy.force 'net.java.dev.jna:jna:5.11.0'
343343
resolutionStrategy.force 'org.apache.commons:commons-text:1.10.0'
344-
resolutionStrategy.force 'com.google.protobuf:protobuf-java:3.21.9'
344+
resolutionStrategy.force 'com.google.protobuf:protobuf-java:3.25.5'
345345
resolutionStrategy.force 'org.apache.httpcomponents:httpcore:4.4.15'
346346
resolutionStrategy.force 'org.apache.httpcomponents:httpclient:4.5.14'
347347
resolutionStrategy.force 'commons-codec:commons-codec:1.15'

0 commit comments

Comments
 (0)