Skip to content

Commit

Permalink
chore(deps): update dependency io.grpc:grpc-netty-shaded to v1.54.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 25, 2023
1 parent bcfd902 commit 4370897
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/verifier-sample/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ dependencies {
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4'

implementation 'com.google.code.gson:gson:2.9.1'
implementation 'io.grpc:grpc-netty-shaded:1.49.2'
implementation 'io.grpc:grpc-netty-shaded:1.54.0'
implementation 'io.grpc:grpc-okhttp:1.49.0'
implementation 'io.grpc:grpc-protobuf:1.49.2'
implementation 'io.grpc:grpc-stub:1.49.2'
Expand Down
2 changes: 1 addition & 1 deletion android/wallet-sample/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ dependencies {
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4'

implementation 'com.google.code.gson:gson:2.9.1'
implementation 'io.grpc:grpc-netty-shaded:1.49.2'
implementation 'io.grpc:grpc-netty-shaded:1.54.0'
implementation 'io.grpc:grpc-okhttp:1.49.0'
implementation 'io.grpc:grpc-protobuf:1.49.2'
implementation 'io.grpc:grpc-stub:1.49.2'
Expand Down

0 comments on commit 4370897

Please sign in to comment.