aboutsummaryrefslogtreecommitdiff
path: root/examples/example-hostname/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'examples/example-hostname/build.gradle')
-rw-r--r--examples/example-hostname/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/example-hostname/build.gradle b/examples/example-hostname/build.gradle
index e3b0c518c..f495e0e27 100644
--- a/examples/example-hostname/build.gradle
+++ b/examples/example-hostname/build.gradle
@@ -23,7 +23,7 @@ java {
// Feel free to delete the comment at the next line. It is just for safely
// updating the version in our release process.
-def grpcVersion = '1.63.1' // CURRENT_GRPC_VERSION
+def grpcVersion = '1.63.2-SNAPSHOT' // CURRENT_GRPC_VERSION
def protobufVersion = '3.25.1'
dependencies {