This is an automated email from the ASF dual-hosted git repository. lhotari pushed a commit to branch branch-4.17 in repository https://gitbox.apache.org/repos/asf/bookkeeper.git
commit 15988a649df4a49ae9aff04ece29197a7a68d9b4 Author: Lari Hotari <[email protected]> AuthorDate: Wed Apr 16 17:48:00 2025 +0300 Remove version pinning for grpc-util --- pom.xml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/pom.xml b/pom.xml index 4a3812a811..ac78dcfde9 100644 --- a/pom.xml +++ b/pom.xml @@ -447,13 +447,6 @@ </exclusions> </dependency> - <dependency> - <groupId>io.grpc</groupId> - <artifactId>grpc-util</artifactId> - <!-- This is only used for JEtcd so far. Once we upgrade Grpc to >= 1.60, we can remove the special version pin --> - <version>1.60.0</version> - </dependency> - <!-- used by jetcd-core-shaded --> <dependency> <groupId>dev.failsafe</groupId>
