Skip to content

Commit 05c041a

Browse files
chore: bump com.google.protobuf:protobuf-java from 4.34.1 to 4.35.0 (#2531)
Reviewed and approved by @phipag. Review performed by Claude. Minor bump of protobuf-java 4.34.1 to 4.35.0.
1 parent 3ce9164 commit 05c041a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

‎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.1</avro.version>
15-
<protobuf.version>4.34.1</protobuf.version>
15+
<protobuf.version>4.35.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.2.0</kafka-clients.version>
3838
<avro.version>1.12.1</avro.version>
39-
<protobuf.version>4.34.1</protobuf.version>
39+
<protobuf.version>4.35.0</protobuf.version>
4040
<lambda-serialization.version>1.3.1</lambda-serialization.version>
4141
</properties>
4242

0 commit comments

Comments
 (0)