From 8b4c60aab7adce4f3d270cc3777d096f1f455db7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 14 Apr 2023 15:44:57 +0000 Subject: [PATCH] chore(deps): update dependency io.grpc:grpc-okhttp to v1.54.0 --- android/verifier-sample/app/build.gradle | 2 +- android/wallet-sample/app/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/android/verifier-sample/app/build.gradle b/android/verifier-sample/app/build.gradle index 355ca91a..fa31240f 100644 --- a/android/verifier-sample/app/build.gradle +++ b/android/verifier-sample/app/build.gradle @@ -62,7 +62,7 @@ dependencies { implementation 'com.google.code.gson:gson:2.9.1' implementation 'io.grpc:grpc-netty-shaded:1.49.2' - implementation 'io.grpc:grpc-okhttp:1.49.0' + implementation 'io.grpc:grpc-okhttp:1.54.0' implementation 'io.grpc:grpc-protobuf:1.49.2' implementation 'io.grpc:grpc-stub:1.49.2' implementation 'net.java.dev.jna:jna:5.12.1@aar' diff --git a/android/wallet-sample/app/build.gradle b/android/wallet-sample/app/build.gradle index 355ca91a..fa31240f 100644 --- a/android/wallet-sample/app/build.gradle +++ b/android/wallet-sample/app/build.gradle @@ -62,7 +62,7 @@ dependencies { implementation 'com.google.code.gson:gson:2.9.1' implementation 'io.grpc:grpc-netty-shaded:1.49.2' - implementation 'io.grpc:grpc-okhttp:1.49.0' + implementation 'io.grpc:grpc-okhttp:1.54.0' implementation 'io.grpc:grpc-protobuf:1.49.2' implementation 'io.grpc:grpc-stub:1.49.2' implementation 'net.java.dev.jna:jna:5.12.1@aar'