Skip to content

Commit 1d9e01f

Browse files
build(deps): bump protobufVersion from 4.32.1 to 4.33.2
Bumps `protobufVersion` from 4.32.1 to 4.33.2. Updates `com.google.protobuf:protobuf-java-util` from 4.32.1 to 4.33.2 Updates `com.google.protobuf:protobuf-java` from 4.32.1 to 4.33.2 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Commits](https://github.com/protocolbuffers/protobuf/commits) Updates `com.google.protobuf:protoc` from 4.32.1 to 4.33.2 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Commits](https://github.com/protocolbuffers/protobuf/commits) --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-java-util dependency-version: 4.33.2 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.google.protobuf:protobuf-java dependency-version: 4.33.2 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.google.protobuf:protoc dependency-version: 4.33.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 18c6533 commit 1d9e01f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

allure-grpc/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description = "Allure gRPC Integration"
99
val agent: Configuration by configurations.creating
1010

1111
val grpcVersion = "1.77.0"
12-
val protobufVersion = "4.32.1"
12+
val protobufVersion = "4.33.2"
1313
val jacksonVersion = "2.17.2"
1414

1515
dependencies {

0 commit comments

Comments
 (0)