@@ -33,10 +33,10 @@ val autoServiceVersion = "1.0"
33
33
val autoValueVersion = " 1.8.1"
34
34
val avroVersion = " 1.8.2"
35
35
val beamVendorVersion = " 0.1"
36
- val beamVersion = " 2.29 .0"
36
+ val beamVersion = " 2.30 .0"
37
37
val bigdataossVersion = " 2.1.6"
38
- val bigQueryStorageVersion = " 1.12.0 "
39
- val bigtableClientVersion = " 1.16.0 "
38
+ val bigQueryStorageVersion = " 1.18.1 "
39
+ val bigtableClientVersion = " 1.19.1 "
40
40
val breezeVersion = " 1.2"
41
41
val caffeineVersion = " 2.9.1"
42
42
val caseappVersion = " 2.0.6"
@@ -58,16 +58,16 @@ val gcsVersion = "1.8.0"
58
58
val generatedGrpcBetaVersion = " 1.19.2"
59
59
val generatedDatastoreProtoVersion = " 0.88.5"
60
60
val googleClientsVersion = " 1.31.1"
61
- val googleApiServicesBigQueryVersion = s " v2-rev20210219 -1.31.0 "
62
- val googleApiServicesDataflowVersion = s " v1b3-rev20210217 -1.31.0 "
63
- val googleApiServicesPubsubVersion = s " v1-rev20210208 -1.31.0 "
61
+ val googleApiServicesBigQueryVersion = s " v2-rev20210410 -1.31.0 "
62
+ val googleApiServicesDataflowVersion = s " v1b3-rev20210408 -1.31.0 "
63
+ val googleApiServicesPubsubVersion = s " v1-rev20210322 -1.31.0 "
64
64
val googleApiServicesStorageVersion = s " v1-rev20210127-1.31.0 "
65
65
val googleAuthVersion = " 0.22.2"
66
66
val googleCloudCoreVersion = " 1.94.0"
67
67
val googleCloudSpannerVersion = " 3.2.1"
68
68
val googleHttpClientsVersion = " 1.38.1"
69
69
val googleOauthClientVersion = " 1.31.2"
70
- val grpcVersion = " 1.35 .0"
70
+ val grpcVersion = " 1.37 .0"
71
71
val guavaVersion = " 30.1-jre"
72
72
val hadoopVersion = " 2.10.1"
73
73
val hamcrestVersion = " 2.2"
@@ -87,7 +87,7 @@ val magnoliaVersion = "0.17.0"
87
87
val magnolifyVersion = " 0.4.3"
88
88
val metricsVersion = " 3.2.6"
89
89
val nettyVersion = " 4.1.52.Final"
90
- val nettyTcNativeVersion = " 2.0.33 .Final"
90
+ val nettyTcNativeVersion = " 2.0.34 .Final"
91
91
val opencensusVersion = " 0.28.0"
92
92
val parquetExtraVersion = " 0.4.0"
93
93
val parquetVersion = " 1.12.0"
@@ -149,7 +149,10 @@ val commonSettings = Def
149
149
javacOptions ++= Seq (" -source" , " 1.8" , " -target" , " 1.8" , " -Xlint:unchecked" ),
150
150
Compile / doc / javacOptions := Seq (" -source" , " 1.8" ),
151
151
// protobuf-lite is an older subset of protobuf-java and causes issues
152
- excludeDependencies += " com.google.protobuf" % " protobuf-lite" ,
152
+ excludeDependencies ++= Seq (
153
+ " com.google.protobuf" % " protobuf-lite" ,
154
+ " org.apache.beam" % " beam-sdks-java-io-kafka"
155
+ ),
153
156
resolvers += Resolver .sonatypeRepo(" public" ),
154
157
Test / javaOptions += " -Dscio.ignoreVersionWarning=true" ,
155
158
Test / testOptions += Tests .Argument (" -oD" ),
0 commit comments