Skip to content

Commit 7f76e43

Browse files
Bump versions.protobuf from 4.34.0 to 4.34.1
Bumps `versions.protobuf` from 4.34.0 to 4.34.1. Updates `com.google.protobuf:protobuf-java` from 4.34.0 to 4.34.1 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Commits](https://github.com/protocolbuffers/protobuf/commits) Updates `com.google.protobuf:protobuf-java-util` from 4.34.0 to 4.34.1 Updates `com.google.protobuf:protoc` from 4.34.0 to 4.34.1 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Commits](https://github.com/protocolbuffers/protobuf/commits) --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-java dependency-version: 4.34.1 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.google.protobuf:protobuf-java-util dependency-version: 4.34.1 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.google.protobuf:protoc dependency-version: 4.34.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c4a7773 commit 7f76e43

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ allprojects {
3535
ext {
3636
versions = [
3737
wiremock: "4.0.0-beta.32",
38-
protobuf: "4.34.0",
38+
protobuf: "4.34.1",
3939
grpc : "1.80.0"
4040
]
4141

wiremock-grpc-extension-standalone/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ shadowJar {
162162

163163
protobuf {
164164
protoc {
165-
artifact = "com.google.protobuf:protoc:4.34.0"
165+
artifact = "com.google.protobuf:protoc:4.34.1"
166166
}
167167

168168
plugins {

0 commit comments

Comments
 (0)