Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 45d79ff

Browse files
Bump protobufVersion from 4.29.4 to 4.31.0
Bumps `protobufVersion` from 4.29.4 to 4.31.0. Updates `com.google.protobuf:protobuf-java` from 4.29.4 to 4.31.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/v4.31.0) Updates `com.google.protobuf:protoc` from 4.29.4 to 4.31.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/v4.31.0) --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-java dependency-version: 4.31.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.google.protobuf:protoc dependency-version: 4.31.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 749c683 commit 45d79ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sass-embedded-protocol/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repositories {
1919
}
2020
}
2121

22-
def protobufVersion = "4.29.4"
22+
def protobufVersion = "4.31.0"
2323

2424
tasks.withType(com.google.protobuf.gradle.ProtobufExtract).configureEach {
2525
doFirst {

0 commit comments

Comments
 (0)