Skip to content

Commit d411590

Browse files
authored
Update beam.version to v2.20.0 (GoogleCloudPlatform#2672)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [org.apache.beam:beam-sdks-java-extensions-sql](http://beam.apache.org) ([source](https://gitbox.apache.org/repos/asf?p=beam.git;a=summary)) | minor | `2.19.0` -> `2.20.0` | | [org.apache.beam:beam-sdks-java-io-google-cloud-platform](http://beam.apache.org) ([source](https://gitbox.apache.org/repos/asf?p=beam.git;a=summary)) | minor | `2.19.0` -> `2.20.0` | | [org.apache.beam:beam-runners-google-cloud-dataflow-java](http://beam.apache.org) ([source](https://gitbox.apache.org/repos/asf?p=beam.git;a=summary)) | minor | `2.19.0` -> `2.20.0` | | [org.apache.beam:beam-runners-direct-java](http://beam.apache.org) ([source](https://gitbox.apache.org/repos/asf?p=beam.git;a=summary)) | minor | `2.19.0` -> `2.20.0` | | [org.apache.beam:beam-sdks-java-core](http://beam.apache.org) ([source](https://gitbox.apache.org/repos/asf?p=beam.git;a=summary)) | minor | `2.19.0` -> `2.20.0` | | [org.apache.beam:beam-sdks-java-io-kafka](http://beam.apache.org) ([source](https://gitbox.apache.org/repos/asf?p=beam.git;a=summary)) | minor | `2.19.0` -> `2.20.0` | | [org.apache.beam:beam-sdks-java-extensions-google-cloud-platform-core](http://beam.apache.org) ([source](https://gitbox.apache.org/repos/asf?p=beam.git;a=summary)) | minor | `2.19.0` -> `2.20.0` | | [org.apache.beam:beam-sdks-java-maven-archetypes-examples](http://beam.apache.org) ([source](https://gitbox.apache.org/repos/asf?p=beam.git;a=summary)) | minor | `2.19.0` -> `2.20.0` | --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Never, or you tick the rebase/retry checkbox. :no_bell: **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#GoogleCloudPlatform/java-docs-samples).
1 parent c238962 commit d411590

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

dataflow/encryption-keys/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<maven.compiler.target>11</maven.compiler.target>
2929
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3030

31-
<beam.version>2.19.0</beam.version>
31+
<beam.version>2.20.0</beam.version>
3232

3333
<maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
3434
<maven-exec-plugin.version>1.6.0</maven-exec-plugin.version>

dataflow/flex-templates/kafka_to_bigquery/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<maven.compiler.target>11</maven.compiler.target>
2929
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3030

31-
<beam.version>2.19.0</beam.version>
31+
<beam.version>2.20.0</beam.version>
3232
<kafka.version>2.4.1</kafka.version>
3333

3434
<maven-enforcer-plugin.version>3.0.0-M3</maven-enforcer-plugin.version>

dataflow/flex-templates/streaming_beam_sql/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<maven.compiler.target>11</maven.compiler.target>
2929
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3030

31-
<beam.version>2.19.0</beam.version>
31+
<beam.version>2.20.0</beam.version>
3232

3333
<maven-enforcer-plugin.version>3.0.0-M3</maven-enforcer-plugin.version>
3434
<maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>

dataflow/templates/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<maven.compiler.target>11</maven.compiler.target>
2929
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3030

31-
<beam.version>2.19.0</beam.version>
31+
<beam.version>2.20.0</beam.version>
3232

3333
<maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
3434
<maven-exec-plugin.version>1.6.0</maven-exec-plugin.version>

dataflow/transforms/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
</parent>
3333

3434
<properties>
35-
<beam.version>2.19.0</beam.version>
35+
<beam.version>2.20.0</beam.version>
3636

3737
<google-clients.version>1.22.0</google-clients.version>
3838
<hamcrest.version>1.3</hamcrest.version>

pubsub/streaming-analytics/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<maven.compiler.target>1.8</maven.compiler.target>
2929
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3030

31-
<beam.version>2.19.0</beam.version>
31+
<beam.version>2.20.0</beam.version>
3232

3333
<maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
3434
<maven-exec-plugin.version>1.6.0</maven-exec-plugin.version>

0 commit comments

Comments
 (0)