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

Commit 6c643e4

Browse files
committed
Update dependency io.grpc:grpc-protobuf-lite to v1.47.0
1 parent 219ae5d commit 6c643e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ dependencies {
4141
exclude group: 'ch.qos.logback'
4242
}
4343

44-
api "io.grpc:grpc-protobuf-lite:1.46.0" // CURRENT_GRPC_VERSION
44+
api "io.grpc:grpc-protobuf-lite:1.47.0" // CURRENT_GRPC_VERSION
4545
implementation 'io.grpc:grpc-stub:1.46.0' // CURRENT_GRPC_VERSION
4646
testImplementation "org.slf4j:slf4j-simple:1.7.36"
4747
testImplementation "org.junit.jupiter:junit-jupiter-api:${jUnitVersion}"

lib/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<dependency>
1515
<groupId>io.grpc</groupId>
1616
<artifactId>grpc-protobuf-lite</artifactId>
17-
<version>1.46.0</version>
17+
<version>1.47.0</version>
1818
<scope>compile</scope>
1919
</dependency>
2020
<dependency>

0 commit comments

Comments
 (0)