Skip to content

Commit

Permalink
bump version of protobuf to 3.25.5 to patch DOS (#3083)
Browse files Browse the repository at this point in the history
Signed-off-by: Pavan Yekbote <[email protected]>
  • Loading branch information
pyek-bot authored Oct 10, 2024
1 parent ff6fe67 commit 75e480f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ml-algorithms/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ lombok {
}

configurations.all {
resolutionStrategy.force 'com.google.protobuf:protobuf-java:3.21.9'
resolutionStrategy.force 'com.google.protobuf:protobuf-java:3.25.5'
resolutionStrategy.force 'org.apache.commons:commons-compress:1.26.0'
}

Expand Down
2 changes: 1 addition & 1 deletion plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ configurations.all {
resolutionStrategy.force 'org.objenesis:objenesis:3.2'
resolutionStrategy.force 'net.java.dev.jna:jna:5.11.0'
resolutionStrategy.force 'org.apache.commons:commons-text:1.10.0'
resolutionStrategy.force 'com.google.protobuf:protobuf-java:3.21.9'
resolutionStrategy.force 'com.google.protobuf:protobuf-java:3.25.5'
resolutionStrategy.force 'org.apache.httpcomponents:httpcore:4.4.15'
resolutionStrategy.force 'org.apache.httpcomponents:httpclient:4.5.14'
resolutionStrategy.force 'commons-codec:commons-codec:1.15'
Expand Down

0 comments on commit 75e480f

Please sign in to comment.