Skip to content

Commit e310eb2

Browse files
Bump protobufVersion from 4.29.2 to 4.29.3
Bumps `protobufVersion` from 4.29.2 to 4.29.3. Updates `com.google.protobuf:protobuf-java` from 4.29.2 to 4.29.3 - [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 4.29.2 to 4.29.3 Updates `com.google.protobuf:protoc` from 4.29.2 to 4.29.3 - [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-type: direct:production update-type: version-update:semver-patch - dependency-name: com.google.protobuf:protobuf-java-util dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.google.protobuf:protoc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f751574 commit e310eb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adapter-protobuf-java/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77

88
project.description = "Defines protobuf messages used in api"
99

10-
val protobufVersion = "4.29.2"
10+
val protobufVersion = "4.29.3"
1111

1212
dependencies {
1313
api("com.google.protobuf:protobuf-java:$protobufVersion")

0 commit comments

Comments
 (0)