Skip to content

Commit

Permalink
deps: update beam.version to v2.55.1 (#1643)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 9, 2024
1 parent a47d596 commit 88ce6c3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion samples/install-without-bom/pom.xml
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.55.0</beam.version>
<beam.version>2.55.1</beam.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion samples/native-image-sample/pom.xml
Expand Up @@ -23,7 +23,7 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
<!-- Java 8 because the Kokoro Sample test uses that Java version -->
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
<beam.version>2.55.0</beam.version>
<beam.version>2.55.1</beam.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion samples/snapshot/pom.xml
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.55.0</beam.version>
<beam.version>2.55.1</beam.version>
</properties>

<!-- {x-version-update-start::current} -->
Expand Down
2 changes: 1 addition & 1 deletion samples/snippets/pom.xml
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.55.0</beam.version>
<beam.version>2.55.1</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 88ce6c3

Please sign in to comment.