Skip to content

Commit

Permalink
Bump grpc-stub from 1.42.1 to 1.44.1
Browse files Browse the repository at this point in the history
Bumps [grpc-stub](https://github.com/grpc/grpc-java) from 1.42.1 to 1.44.1.
- [Release notes](https://github.com/grpc/grpc-java/releases)
- [Commits](grpc/grpc-java@v1.42.1...v1.44.1)

---
updated-dependencies:
- dependency-name: io.grpc:grpc-stub
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 3, 2022
1 parent 3d739cc commit 21af5a8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lionrock-cli/build.gradle
Expand Up @@ -58,7 +58,7 @@ generateNativeImageConfig {
}

dependencies {
implementation 'io.grpc:grpc-stub:1.42.1'
implementation 'io.grpc:grpc-stub:1.44.1'
implementation 'io.grpc:grpc-okhttp:1.44.1'

implementation project(':lionrock-foundationdb-client')
Expand Down
2 changes: 1 addition & 1 deletion lionrock-fdb-record-layer-client/build.gradle
Expand Up @@ -24,7 +24,7 @@ dependencies {
// replace after refactoring https://github.com/FoundationDB/fdb-record-layer/pull/1344.
implementation 'io.github.panghy.foundationdb:fdb-record-layer-core-pb3:999.3.0-SNAPSHOT'
implementation project(':lionrock-foundationdb-client')
implementation 'io.grpc:grpc-stub:1.42.1'
implementation 'io.grpc:grpc-stub:1.44.1'

testImplementation project(path: ':lionrock-foundationdb-server', configuration: 'plain')
testImplementation project(path: ':lionrock-foundationdb-server', configuration: 'tests')
Expand Down
2 changes: 1 addition & 1 deletion lionrock-foundationdb-client/build.gradle
Expand Up @@ -31,7 +31,7 @@ repositories {
dependencies {
implementation project(':lionrock-proto-java')
implementation 'org.foundationdb:fdb-java:6.3.23'
implementation 'io.grpc:grpc-stub:1.42.1'
implementation 'io.grpc:grpc-stub:1.44.1'
implementation group: 'com.google.protobuf', name: 'protobuf-java', version: '3.19.4'

testImplementation group: 'org.mockito', name: 'mockito-core', version: '4.3.1'
Expand Down
2 changes: 1 addition & 1 deletion lionrock-proto-java/build.gradle
Expand Up @@ -30,7 +30,7 @@ dependencies {
protobuf 'com.google.protobuf:protobuf-java:3.19.1'

implementation 'io.grpc:grpc-protobuf:1.44.1'
implementation 'io.grpc:grpc-stub:1.42.1'
implementation 'io.grpc:grpc-stub:1.44.1'
compileOnly 'org.apache.tomcat:annotations-api:6.0.53' // necessary for Java 9+
}

Expand Down

0 comments on commit 21af5a8

Please sign in to comment.