Skip to content

Commit 0fa4d90

Browse files
build(deps): bump protobufVersion in /packages/dsl-java
Bumps `protobufVersion` from 3.25.2 to 4.34.0. Updates `com.google.protobuf:protobuf-java` from 3.25.2 to 4.34.0 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Commits](https://github.com/protocolbuffers/protobuf/commits) Updates `com.google.protobuf:protobuf-java-util` from 3.25.2 to 4.34.0 Updates `com.google.protobuf:protoc` from 3.25.2 to 4.34.0 - [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.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: com.google.protobuf:protobuf-java-util dependency-version: 4.34.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: com.google.protobuf:protoc dependency-version: 4.34.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d05bea6 commit 0fa4d90

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
@@ -43,7 +43,7 @@ tasks.withType(Javadoc).configureEach {
4343
}
4444

4545
def grpcVersion = "1.79.0"
46-
def protobufVersion = "3.25.2"
46+
def protobufVersion = "4.34.0"
4747
def junitVersion = "6.0.3"
4848

4949
dependencies {

0 commit comments

Comments
 (0)