Skip to content

Commit 8dbdf42

Browse files
build(deps): bump protobufVersion in /packages/dsl-java
Bumps `protobufVersion` from 3.25.2 to 4.32.0. Updates `com.google.protobuf:protobuf-java` from 3.25.2 to 4.32.0 - [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.32.0 Updates `com.google.protobuf:protoc` from 3.25.2 to 4.32.0 - [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.32.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: com.google.protobuf:protobuf-java-util dependency-version: 4.32.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: com.google.protobuf:protoc dependency-version: 4.32.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 531ddf1 commit 8dbdf42

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.74.0"
28-
def protobufVersion = "3.25.2"
28+
def protobufVersion = "4.32.0"
2929
def junitVersion = "5.13.4"
3030

3131
dependencies {

0 commit comments

Comments
 (0)