Content-Length: 381176 | pFad | http://github.com/googleapis/java-dataflow/commit/9d5770b98c4d85dca5078e28933e635e34e9889a

C2 chore(deps): update dependency com.google.cloud:google-cloud-dataflow… · googleapis/java-dataflow@9d5770b · GitHub
Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

Commit 9d5770b

Browse files
authored
chore(deps): update dependency com.google.cloud:google-cloud-dataflow to v0.6.0 (#176)
[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.cloud:google-cloud-dataflow](https://togithub.com/googleapis/java-dataflow) | `0.5.1` -> `0.6.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-dataflow/0.6.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-dataflow/0.6.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-dataflow/0.6.0/compatibility-slim/0.5.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-dataflow/0.6.0/confidence-slim/0.5.1)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>googleapis/java-dataflow</summary> ### [`v0.6.0`](https://togithub.com/googleapis/java-dataflow/blob/HEAD/CHANGELOG.md#&#8203;060-httpsgithubcomgoogleapisjava-dataflowcomparev051v060-2022-05-19) [Compare Source](https://togithub.com/googleapis/java-dataflow/compare/v0.5.1...v0.6.0) ##### Features - add build scripts for native image testing in Java 17 ([#&#8203;1440](https://togithub.com/googleapis/java-dataflow/issues/1440)) ([#&#8203;173](https://togithub.com/googleapis/java-dataflow/issues/173)) ([f0d563a](https://togithub.com/googleapis/java-dataflow/commit/f0d563a4ecf77f0373181d2d7056ceb301314268)) ##### Dependencies - update dependency com.google.cloud:google-cloud-shared-dependencies to v2.12.0 ([#&#8203;172](https://togithub.com/googleapis/java-dataflow/issues/172)) ([4cbe28d](https://togithub.com/googleapis/java-dataflow/commit/4cbe28d2f4a269e61d0cfe9d4a67562a7b0d2bef)) ##### [0.5.1](https://togithub.com/googleapis/java-dataflow/compare/v0.5.0...v0.5.1) (2022-04-15) ##### Dependencies - update dependency com.google.cloud:google-cloud-shared-dependencies to v2.10.0 ([#&#8203;160](https://togithub.com/googleapis/java-dataflow/issues/160)) ([e1cb374](https://togithub.com/googleapis/java-dataflow/commit/e1cb3740407762e04b63af7e692a9d6a42353003)) </details> --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-dataflow).
1 parent 1c9f410 commit 9d5770b

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,21 +22,21 @@ If you are using Maven, add this to your pom.xml file:
2222
<dependency>
2323
<groupId>com.google.cloud</groupId>
2424
<artifactId>google-cloud-dataflow</artifactId>
25-
<version>0.5.1</version>
25+
<version>0.6.0</version>
2626
</dependency>
2727

2828
```
2929

3030
If you are using Gradle without BOM, add this to your dependencies
3131

3232
```Groovy
33-
implementation 'com.google.cloud:google-cloud-dataflow:0.5.1'
33+
implementation 'com.google.cloud:google-cloud-dataflow:0.6.0'
3434
```
3535

3636
If you are using SBT, add this to your dependencies
3737

3838
```Scala
39-
libraryDependencies += "com.google.cloud" % "google-cloud-dataflow" % "0.5.1"
39+
libraryDependencies += "com.google.cloud" % "google-cloud-dataflow" % "0.6.0"
4040
```
4141

4242
## Authentication

samples/install-without-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<dependency>
3030
<groupId>com.google.cloud</groupId>
3131
<artifactId>google-cloud-dataflow</artifactId>
32-
<version>0.5.1</version>
32+
<version>0.6.0</version>
3333
</dependency>
3434
<!-- [END dataflow_install_without_bom] -->
3535

samples/snapshot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>com.google.cloud</groupId>
3030
<artifactId>google-cloud-dataflow</artifactId>
31-
<version>0.5.1</version>
31+
<version>0.6.0</version>
3232
</dependency>
3333
<!-- {x-version-update-end} -->
3434

samples/snippets/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>com.google.cloud</groupId>
3030
<artifactId>google-cloud-dataflow</artifactId>
31-
<version>0.5.1</version>
31+
<version>0.6.0</version>
3232
</dependency>
3333

3434
<dependency>

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/googleapis/java-dataflow/commit/9d5770b98c4d85dca5078e28933e635e34e9889a

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy