Skip to content

Commit fb14e2f

Browse files
authored
deps: update beam.version to v2.41.0 (#1022)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [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)) | `2.40.0` -> `2.41.0` | [![age](https://badges.renovateapi.com/packages/maven/org.apache.beam:beam-runners-google-cloud-dataflow-java/2.41.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.apache.beam:beam-runners-google-cloud-dataflow-java/2.41.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.apache.beam:beam-runners-google-cloud-dataflow-java/2.41.0/compatibility-slim/2.40.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.apache.beam:beam-runners-google-cloud-dataflow-java/2.41.0/confidence-slim/2.40.0)](https://docs.renovatebot.com/merge-confidence/) | | [org.apache.beam:beam-runners-direct-java](http://beam.apache.org) ([source](https://gitbox.apache.org/repos/asf?p=beam.git;a=summary)) | `2.40.0` -> `2.41.0` | [![age](https://badges.renovateapi.com/packages/maven/org.apache.beam:beam-runners-direct-java/2.41.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/org.apache.beam:beam-runners-direct-java/2.41.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/org.apache.beam:beam-runners-direct-java/2.41.0/compatibility-slim/2.40.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/org.apache.beam:beam-runners-direct-java/2.41.0/confidence-slim/2.40.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. ⚠ **Warning**: custom changes will be lost. --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-firestore). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xNzMuMCIsInVwZGF0ZWRJblZlciI6IjMyLjE3My4wIn0=-->
1 parent a79974e commit fb14e2f

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,13 @@ implementation 'com.google.cloud:google-cloud-firestore'
5656
If you are using Gradle without BOM, add this to your dependencies
5757

5858
```Groovy
59-
implementation 'com.google.cloud:google-cloud-firestore:3.4.0'
59+
implementation 'com.google.cloud:google-cloud-firestore:3.4.1'
6060
```
6161

6262
If you are using SBT, add this to your dependencies
6363

6464
```Scala
65-
libraryDependencies += "com.google.cloud" % "google-cloud-firestore" % "3.4.0"
65+
libraryDependencies += "com.google.cloud" % "google-cloud-firestore" % "3.4.1"
6666
```
6767

6868
## Authentication

samples/install-without-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<properties>
2121
<maven.compiler.target>1.8</maven.compiler.target>
2222
<maven.compiler.source>1.8</maven.compiler.source>
23-
<beam.version>2.40.0</beam.version>
23+
<beam.version>2.41.0</beam.version>
2424
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2525
</properties>
2626

samples/native-image-sample/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
2323
<!-- Java 8 because the Kokoro Sample test uses that Java version -->
2424
<maven.compiler.target>1.8</maven.compiler.target>
2525
<maven.compiler.source>1.8</maven.compiler.source>
26-
<beam.version>2.40.0</beam.version>
26+
<beam.version>2.41.0</beam.version>
2727
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2828
</properties>
2929

samples/snapshot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<maven.compiler.target>1.8</maven.compiler.target>
2222
<maven.compiler.source>1.8</maven.compiler.source>
2323
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
24-
<beam.version>2.40.0</beam.version>
24+
<beam.version>2.41.0</beam.version>
2525
</properties>
2626

2727
<!-- {x-version-update-start::current} -->

samples/snippets/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<maven.compiler.target>1.8</maven.compiler.target>
2222
<maven.compiler.source>1.8</maven.compiler.source>
2323
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
24-
<beam.version>2.40.0</beam.version>
24+
<beam.version>2.41.0</beam.version>
2525
<!-- Define a default empty value property which can be overridden on the command line if
2626
necessary by passing `-Dfirestore.project.id="some-id"` when running maven exec -->
2727
<firestore.project.id/>

0 commit comments

Comments
 (0)