Skip to content

Commit f24f6c5

Browse files
build(deps): bump protobufVersion in /packages/dsl-java
Bumps `protobufVersion` from 3.25.2 to 4.31.0. Updates `com.google.protobuf:protobuf-java` from 3.25.2 to 4.31.0 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](protocolbuffers/protobuf@v3.25.2...v4.31.0) Updates `com.google.protobuf:protobuf-java-util` from 3.25.2 to 4.31.0 Updates `com.google.protobuf:protoc` from 3.25.2 to 4.31.0 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](protocolbuffers/protobuf@v3.25.2...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-major - dependency-name: com.google.protobuf:protobuf-java-util dependency-version: 4.31.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: com.google.protobuf:protoc dependency-version: 4.31.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f8ec937 commit f24f6c5

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
@@ -26,7 +26,7 @@ tasks.withType(Javadoc).configureEach {
2626

2727
def caseCoreVersion = "0.23.1"
2828
def grpcVersion = "1.72.0"
29-
def protobufVersion = "3.25.2"
29+
def protobufVersion = "4.31.0"
3030

3131
dependencies {
3232
api("io.contract-testing.contractcase:definitions:${caseCoreVersion}") {

0 commit comments

Comments
 (0)