Skip to content

Commit b58810a

Browse files
authored
chore(deps): update apache beam packages to v2.25.0 (GoogleCloudPlatform#4083)
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.24.0` -> `2.25.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.24.0` -> `2.25.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.24.0` -> `2.25.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.24.0` -> `2.25.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.24.0` -> `2.25.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.24.0` -> `2.25.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.24.0` -> `2.25.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.24.0` -> `2.25.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#github/GoogleCloudPlatform/java-docs-samples).
1 parent 9316511 commit b58810a

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

bigtable/beam/helloworld/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3838
<maven.compiler.source>1.8</maven.compiler.source>
3939
<maven.compiler.target>1.8</maven.compiler.target>
40-
<apache_beam.version>2.24.0</apache_beam.version>
40+
<apache_beam.version>2.25.0</apache_beam.version>
4141
</properties>
4242

4343
<dependencies>

bigtable/beam/keyviz-art/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3838
<maven.compiler.source>1.8</maven.compiler.source>
3939
<maven.compiler.target>1.8</maven.compiler.target>
40-
<apache_beam.version>2.24.0</apache_beam.version>
40+
<apache_beam.version>2.25.0</apache_beam.version>
4141
</properties>
4242

4343
<dependencies>

dataflow/encryption-keys/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<maven.compiler.target>11</maven.compiler.target>
3535
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3636

37-
<beam.version>2.24.0</beam.version>
37+
<beam.version>2.25.0</beam.version>
3838

3939
<maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
4040
<maven-exec-plugin.version>3.0.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
@@ -34,7 +34,7 @@
3434
<maven.compiler.target>11</maven.compiler.target>
3535
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3636

37-
<beam.version>2.24.0</beam.version>
37+
<beam.version>2.25.0</beam.version>
3838
<kafka.version>2.6.0</kafka.version>
3939

4040
<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
@@ -34,7 +34,7 @@
3434
<maven.compiler.target>11</maven.compiler.target>
3535
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3636

37-
<beam.version>2.24.0</beam.version>
37+
<beam.version>2.25.0</beam.version>
3838

3939
<maven-enforcer-plugin.version>3.0.0-M3</maven-enforcer-plugin.version>
4040
<maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>

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.24.0</apache_beam.version>
41+
<apache_beam.version>2.25.0</apache_beam.version>
4242
</properties>
4343

4444
<build>

dataflow/templates/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<maven.compiler.target>11</maven.compiler.target>
3535
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3636

37-
<beam.version>2.24.0</beam.version>
37+
<beam.version>2.25.0</beam.version>
3838

3939
<maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
4040
<maven-exec-plugin.version>3.0.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.24.0</beam.version>
35+
<beam.version>2.25.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
@@ -34,7 +34,7 @@
3434
<maven.compiler.target>1.8</maven.compiler.target>
3535
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3636

37-
<beam.version>2.24.0</beam.version>
37+
<beam.version>2.25.0</beam.version>
3838

3939
<maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
4040
<maven-exec-plugin.version>3.0.0</maven-exec-plugin.version>

0 commit comments

Comments
 (0)