Skip to content

Commit

Permalink
deps: update arrow.version to v4 (#1035)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 27, 2021
1 parent a7e2488 commit 8e2225c
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>2.0.0</arrow.version>
<arrow.version>4.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>2.0.0</arrow.version>
<arrow.version>4.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>2.0.0</arrow.version>
<arrow.version>4.0.0</arrow.version>
</properties>


Expand Down

0 comments on commit 8e2225c

Please sign in to comment.