Skip to content

Commit 4ffdfa1

Browse files
build(deps): bump protobuf.version from 4.33.1 to 4.33.2 (#622)
Bumps `protobuf.version` from 4.33.1 to 4.33.2. Updates `com.google.protobuf:protobuf-java` from 4.33.1 to 4.33.2 - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Commits](https://github.com/protocolbuffers/protobuf/commits) Updates `com.google.protobuf:protobuf-java-util` from 4.33.1 to 4.33.2 --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-java dependency-version: 4.33.2 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: com.google.protobuf:protobuf-java-util dependency-version: 4.33.2 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 3c95158 commit 4ffdfa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<junit.jupiter.version>5.${junit.minor.version}</junit.jupiter.version>
1919
<junit.platform.version>1.${junit.minor.version}</junit.platform.version>
2020
<surefire.version>3.5.4</surefire.version>
21-
<protobuf.version>4.33.1</protobuf.version>
21+
<protobuf.version>4.33.2</protobuf.version>
2222
</properties>
2323
<dependencies>
2424
<dependency>

0 commit comments

Comments
 (0)