Skip to content

Commit fc92164

Browse files
build(deps): bump protobufVersion in /packages/dsl-java
Bumps `protobufVersion` from 3.25.2 to 4.33.1. Updates `com.google.protobuf:protobuf-java` from 3.25.2 to 4.33.1 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](https://github.com/protocolbuffers/protobuf/commits) Updates `com.google.protobuf:protobuf-java-util` from 3.25.2 to 4.33.1 Updates `com.google.protobuf:protoc` from 3.25.2 to 4.33.1 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](https://github.com/protocolbuffers/protobuf/commits) --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-java dependency-version: 4.33.1 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: com.google.protobuf:protobuf-java-util dependency-version: 4.33.1 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: com.google.protobuf:protoc dependency-version: 4.33.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8275e00 commit fc92164

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/dsl-java/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ tasks.withType(Javadoc).configureEach {
2525
}
2626

2727
def grpcVersion = "1.77.0"
28-
def protobufVersion = "3.25.2"
28+
def protobufVersion = "4.33.1"
2929
def junitVersion = "6.0.1"
3030

3131
dependencies {

0 commit comments

Comments
 (0)