Skip to content

Commit fa7dbad

Browse files
dpebotkurtisvg
authored andcommitted
Auto-update dependencies.
1 parent 4478137 commit fa7dbad

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

dataflow/spanner-io/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<java.version>1.8</java.version>
3939
<maven.compiler.source>1.8</maven.compiler.source>
4040
<maven.compiler.target>1.8</maven.compiler.target>
41-
<apache_beam.version>2.3.0</apache_beam.version>
41+
<apache_beam.version>2.4.0</apache_beam.version>
4242
</properties>
4343

4444
<build>

dlp/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@
4444
<dependency>
4545
<groupId>com.google.cloud</groupId>
4646
<artifactId>google-cloud-dlp</artifactId>
47-
<version>0.47.0-beta</version>
47+
<version>0.50.0-beta</version>
4848
</dependency>
4949
<dependency>
5050
<groupId>com.google.cloud</groupId>
5151
<artifactId>google-cloud-pubsub</artifactId>
52-
<version>0.47.0-beta</version>
52+
<version>1.32.0</version>
5353
</dependency>
5454
<dependency>
5555
<groupId>commons-cli</groupId>

vision/beta/cloud-client/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@
4040
<dependency>
4141
<groupId>com.google.cloud</groupId>
4242
<artifactId>google-cloud-vision</artifactId>
43-
<version>1.29.0</version>
43+
<version>1.32.0</version>
4444
</dependency>
4545
<dependency>
4646
<groupId>com.google.cloud</groupId>
4747
<artifactId>google-cloud-storage</artifactId>
48-
<version>1.29.0</version>
48+
<version>1.32.0</version>
4949
</dependency>
5050
<!-- [END dependencies] -->
5151

0 commit comments

Comments
 (0)