diff --git a/build.gradle b/build.gradle index af279eeef9..44630ae1b9 100644 --- a/build.gradle +++ b/build.gradle @@ -346,7 +346,7 @@ dependencies { exclude group: 'com.google.guava', module: 'failureaccess' exclude group: 'com.google.errorprone', module: 'error_prone_annotations' } - compileOnly "org.opensearch:protobufs:0.6.0" + compileOnly "org.opensearch:protobufs:0.10.0" compileOnly group: 'com.google.guava', name: 'failureaccess', version:'1.0.2' compileOnly group: 'com.google.guava', name: 'guava', version:'33.2.1-jre' api "org.apache.commons:commons-lang3:${versions.commonslang}" diff --git a/release-notes/opensearch-k-NN.release-notes-3.2.0.0.md b/release-notes/opensearch-k-NN.release-notes-3.2.0.0.md index f55105da22..80aa76edd4 100644 --- a/release-notes/opensearch-k-NN.release-notes-3.2.0.0.md +++ b/release-notes/opensearch-k-NN.release-notes-3.2.0.0.md @@ -7,6 +7,7 @@ Compatible with OpenSearch 3.2.0 * Bump Faiss commit to 2929bf4 [#2815](https://github.com/opensearch-project/k-NN/pull/2815) * Bump Faiss commit to 5617caa [#2824](https://github.com/opensearch-project/k-NN/pull/2824) * Bump Gradle to 8.14.3 [#2828](https://github.com/opensearch-project/k-NN/pull/2828) +* Bump OpenSearch-Protobufs to 0.10.0 [#2842](https://github.com/opensearch-project/k-NN/pull/2842) ### Features * Support GPU indexing for FP16, Byte and Binary [#2819](https://github.com/opensearch-project/k-NN/pull/2819)