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

Commit

Permalink
Update dependency io.grpc:grpc-protobuf-lite to v1.49.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 25, 2022
1 parent 219ae5d commit e4090df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit e4090df

Please sign in to comment.