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

Update dependency io.grpc:grpc-protobuf-lite to v1.49.1 #452

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
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.49.1" // 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
2 changes: 1 addition & 1 deletion lib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-protobuf-lite</artifactId>
<version>1.46.0</version>
<version>1.49.1</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down