Skip to content

Commit

Permalink
Bump Beam SDK to 2.9.0 (#43)
Browse files Browse the repository at this point in the history
* Bump Beam SDK to 2.9.0

* Align dependency version for com.google.protobuf.protobuf-java
  • Loading branch information
pradithya authored and feast-ci-bot committed Jan 7, 2019
1 parent 7ca0e3f commit 7d4eb26
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ingestion/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<org.apache.beam.version>2.5.0</org.apache.beam.version>
<org.apache.beam.version>2.9.0</org.apache.beam.version>
<com.google.cloud.version>1.35.0</com.google.cloud.version>
<grpcVersion>1.2.0</grpcVersion>
<grpcVersion>1.13.1</grpcVersion>
<guice.version>4.1.0</guice.version>
<spring.kafka.version>2.2.2.RELEASE</spring.kafka.version>
</properties>
Expand Down Expand Up @@ -185,7 +185,7 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>3.4.0</version>
<version>${protobufVersion}</version>
</dependency>


Expand All @@ -204,7 +204,7 @@
<dependency>
<groupId>com.google.cloud.bigtable</groupId>
<artifactId>bigtable-hbase-beam</artifactId>
<version>1.6.0</version>
<version>1.8.0</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
Expand Down

0 comments on commit 7d4eb26

Please sign in to comment.