Skip to content

Commit

Permalink
Post 2.63.0 fixes (#2216)
Browse files Browse the repository at this point in the history
* Uncomment kinesis

* bump protoc to 4 in v2
  • Loading branch information
Abacn authored Feb 26, 2025
1 parent 59afdb1 commit 52e9478
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions v2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<jib.maven.version>3.4.0</jib.maven.version>
<kafka-clients.version>3.7.0</kafka-clients.version>
<opencensus.version>0.31.0</opencensus.version>
<protoc.version>3.21.12</protoc.version>
<protoc.version>4.28.3</protoc.version>

<excluded.spanner.tests>com.google.cloud.teleport.v2.spanner.IntegrationTest</excluded.spanner.tests>

Expand Down Expand Up @@ -703,7 +703,7 @@
<module>kafka-to-gcs</module>
<module>kafka-to-kafka</module>
<module>kafka-to-pubsub</module>
<!-- <module>kinesis-to-pubsub</module>-->
<module>kinesis-to-pubsub</module>
<module>kudu-to-bigquery</module>
<module>mongodb-to-googlecloud</module>
<module>mqtt-to-pubsub</module>
Expand Down

0 comments on commit 52e9478

Please sign in to comment.