Skip to content

Commit

Permalink
deps: update beam.version to v2.62.0 (#1984)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Jan 24, 2025
1 parent f3dac25 commit cbf1ceb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion samples/install-without-bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<properties>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
<beam.version>2.61.0</beam.version>
<beam.version>2.62.0</beam.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion samples/snapshot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<beam.version>2.61.0</beam.version>
<beam.version>2.62.0</beam.version>
</properties>

<!-- {x-version-update-start::current} -->
Expand Down
2 changes: 1 addition & 1 deletion samples/snippets/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<beam.version>2.61.0</beam.version>
<beam.version>2.62.0</beam.version>
<!-- Define a default empty value property which can be overridden on the command line if
necessary by passing `-Dfirestore.project.id="some-id"` when running maven exec -->
<firestore.project.id/>
Expand Down

0 comments on commit cbf1ceb

Please sign in to comment.