Skip to content
This repository was archived by the owner on Nov 6, 2022. It is now read-only.

Bump grpc-protobuf-lite from 1.46.0 to 1.50.2 #512

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dependencies {
exclude group: 'ch.qos.logback'
}

api "io.grpc:grpc-protobuf-lite:1.46.0" // CURRENT_GRPC_VERSION
api "io.grpc:grpc-protobuf-lite:1.50.2" // CURRENT_GRPC_VERSION
implementation 'io.grpc:grpc-stub:1.46.0' // CURRENT_GRPC_VERSION
testImplementation "org.slf4j:slf4j-simple:1.7.36"
testImplementation "org.junit.jupiter:junit-jupiter-api:${jUnitVersion}"
Expand Down