Skip to content

Commit b500cfa

Browse files
Bump protobufVersion (#1809)
Bumps `protobufVersion` from 4.29.1 to 4.29.2. Updates `com.google.protobuf:protobuf-bom` from 4.29.1 to 4.29.2 - [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:protoc` from 4.29.1 to 4.29.2 - [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-bom 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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 70bf4b3 commit b500cfa

File tree

1 file changed

+1
-1
lines changed
  • micronaut-to-springboot/java-micronaut-grpc-server

1 file changed

+1
-1
lines changed

micronaut-to-springboot/java-micronaut-grpc-server/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88
springBootVersion = '3.4.0'
99
springDependencyManagementVersion = '1.1.7'
1010
// https://mvnrepository.com/artifact/com.google.protobuf/protobuf-bom
11-
protobufVersion = '4.29.1'
11+
protobufVersion = '4.29.2'
1212
// https://mvnrepository.com/artifact/com.google.protobuf/protobuf-gradle-plugin
1313
protobufPluginVersion = '0.9.4'
1414
// https://mvnrepository.com/artifact/io.grpc/grpc-bom

0 commit comments

Comments
 (0)