>From Michael Blow <[email protected]>: Michael Blow has submitted this change. ( https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/21216?usp=email )
Change subject: [NO ISSUE][MISC] Update io.grpc-* to 1.81.0 ...................................................................... [NO ISSUE][MISC] Update io.grpc-* to 1.81.0 - io.grpc:grpc-bom:1.80.0 → 1.81.0 - io.grpc:grpc-netty:1.80.0 → 1.81.0 Ext-ref: MB-71693 Change-Id: If82732afa0e7254ffc2a9fe769502ca62fd155a6 Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/21216 Reviewed-by: Michael Blow <[email protected]> Tested-by: Jenkins <[email protected]> Integration-Tests: Jenkins <[email protected]> --- M asterixdb/pom.xml 1 file changed, 2 insertions(+), 2 deletions(-) Approvals: Michael Blow: Looks good to me, approved Jenkins: Verified; Verified diff --git a/asterixdb/pom.xml b/asterixdb/pom.xml index bf3415e..e7420c1 100644 --- a/asterixdb/pom.xml +++ b/asterixdb/pom.xml @@ -1892,14 +1892,14 @@ <dependency> <groupId>io.grpc</groupId> <artifactId>grpc-bom</artifactId> - <version>1.80.0</version> + <version>1.81.0</version> <type>pom</type> <scope>import</scope> </dependency> <dependency> <groupId>io.grpc</groupId> <artifactId>grpc-netty</artifactId> - <version>1.80.0</version> + <version>1.81.0</version> <exclusions> <exclusion> <groupId>io.grpc</groupId> -- To view, visit https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/21216?usp=email To unsubscribe, or for help writing mail filters, visit https://asterix-gerrit.ics.uci.edu/settings?usp=email Gerrit-MessageType: merged Gerrit-Project: asterixdb Gerrit-Branch: lumina Gerrit-Change-Id: If82732afa0e7254ffc2a9fe769502ca62fd155a6 Gerrit-Change-Number: 21216 Gerrit-PatchSet: 4 Gerrit-Owner: Michael Blow <[email protected]> Gerrit-Reviewer: Jenkins <[email protected]> Gerrit-Reviewer: Michael Blow <[email protected]> Gerrit-CC: Anon. E. Moose #1000171
