Skip to content

Commit

Permalink
deps: update arrow.version to v11 (major) (#1961)
Browse files Browse the repository at this point in the history
* deps: update arrow.version to v11

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
renovate-bot and gcf-owl-bot[bot] committed Feb 8, 2023
1 parent dc07ed8 commit c13ab23
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
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>
<arrow.version>10.0.1</arrow.version>
<arrow.version>11.0.0</arrow.version>
</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>
<arrow.version>10.0.1</arrow.version>
<arrow.version>11.0.0</arrow.version>
</properties>

<dependencies>
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>
<arrow.version>10.0.1</arrow.version>
<arrow.version>11.0.0</arrow.version>
</properties>


Expand Down

0 comments on commit c13ab23

Please sign in to comment.