Skip to content

Commit 439b342

Browse files
chore: bump com.google.protobuf:protobuf-java from 4.31.1 to 4.32.0 (#2050)
Bumps [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) from 4.31.1 to 4.32.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) --- updated-dependencies: - dependency-name: com.google.protobuf:protobuf-java dependency-version: 4.32.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7e9ff02 commit 439b342

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/powertools-examples-kafka/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<maven.compiler.target>11</maven.compiler.target>
1313
<aspectj.version>1.9.20.1</aspectj.version>
1414
<avro.version>1.12.0</avro.version>
15-
<protobuf.version>4.31.1</protobuf.version>
15+
<protobuf.version>4.32.0</protobuf.version>
1616
</properties>
1717

1818
<dependencies>

powertools-kafka/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<properties>
3737
<kafka-clients.version>4.0.0</kafka-clients.version>
3838
<avro.version>1.12.0</avro.version>
39-
<protobuf.version>4.31.1</protobuf.version>
39+
<protobuf.version>4.32.0</protobuf.version>
4040
<lambda-serialization.version>1.1.6</lambda-serialization.version>
4141
</properties>
4242

0 commit comments

Comments
 (0)