Skip to content

Commit

Permalink
Bump protobuf-java from 3.21.4 to 3.21.5
Browse files Browse the repository at this point in the history
Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.21.4 to 3.21.5.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/generate_changelog.py)
- [Commits](protocolbuffers/protobuf@v3.21.4...v3.21.5)

---
updated-dependencies:
- dependency-name: com.google.protobuf:protobuf-java
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Aug 13, 2022
1 parent 0c9c408 commit 2fc4412
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lionrock-fdb-record-layer-client/build.gradle
Expand Up @@ -23,7 +23,7 @@ dependencies {
implementation project(':lionrock-foundationdb-client')
implementation project(':lionrock-proto-java')
implementation 'org.foundationdb:fdb-record-layer-core-pb3:3.1.256.0'
implementation 'com.google.protobuf:protobuf-java:3.21.1'
implementation 'com.google.protobuf:protobuf-java:3.21.5'
implementation 'org.foundationdb:fdb-java:6.3.24'
implementation 'io.grpc:grpc-stub:1.48.0'

Expand Down
2 changes: 1 addition & 1 deletion lionrock-foundationdb-client/build.gradle
Expand Up @@ -33,7 +33,7 @@ dependencies {
implementation 'org.foundationdb:fdb-java:6.3.24'
implementation('io.grpc:grpc-stub:1.48.0')
implementation('io.grpc:grpc-api:1.48.0')
implementation 'com.google.protobuf:protobuf-java:3.21.1'
implementation 'com.google.protobuf:protobuf-java:3.21.5'
implementation 'com.google.guava:guava:31.1-jre'

testImplementation group: 'org.mockito', name: 'mockito-core', version: '4.6.1'
Expand Down
2 changes: 1 addition & 1 deletion lionrock-foundationdb-server/build.gradle
Expand Up @@ -39,7 +39,7 @@ dependencies {
implementation 'io.zipkin.brave:brave-instrumentation-grpc'
implementation 'org.foundationdb:fdb-java:6.3.24'

implementation 'com.google.protobuf:protobuf-java:3.21.1'
implementation 'com.google.protobuf:protobuf-java:3.21.5'
implementation 'com.google.code.findbugs:jsr305:3.0.2'

implementation 'com.wavefront:wavefront-spring-boot-starter'
Expand Down
2 changes: 1 addition & 1 deletion lionrock-grpc-tests/build.gradle
Expand Up @@ -24,7 +24,7 @@ dependencies {
testFixturesImplementation project(':lionrock-proto-java')
testFixturesImplementation project(':lionrock-foundationdb-client')
testFixturesImplementation project(":lionrock-grpc-tests")
testFixturesImplementation 'com.google.protobuf:protobuf-java:3.21.1'
testFixturesImplementation 'com.google.protobuf:protobuf-java:3.21.5'
testFixturesImplementation('io.grpc:grpc-api:1.48.0')
testFixturesImplementation('io.grpc:grpc-stub:1.48.0')
testFixturesImplementation('net.devh:grpc-spring-boot-starter:2.13.1.RELEASE')
Expand Down
2 changes: 1 addition & 1 deletion lionrock-proto-java/build.gradle
Expand Up @@ -26,7 +26,7 @@ repositories {
}

dependencies {
implementation 'com.google.protobuf:protobuf-java:3.21.1'
implementation 'com.google.protobuf:protobuf-java:3.21.5'
implementation 'com.google.guava:guava:31.1-jre'
implementation('io.grpc:grpc-protobuf:1.48.0')
implementation('io.grpc:grpc-stub:1.48.0')
Expand Down

0 comments on commit 2fc4412

Please sign in to comment.