Skip to content

Commit

Permalink
ARROW-7958: [Java] Update Avro to version 1.9.2
Browse files Browse the repository at this point in the history
Closes #6500 from iemejia/ARROW-7958-avro-update and squashes the following commits:

db39c3a <Ismaël Mejía> ARROW-7958:  Update Avro to version 1.9.2

Authored-by: Ismaël Mejía <iemejia@gmail.com>
Signed-off-by: Micah Kornfield <emkornfield@gmail.com>
  • Loading branch information
iemejia authored and emkornfield committed Feb 28, 2020
1 parent 946beaa commit 7e0802b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion java/adapter/avro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<dependency>
<groupId>org.apache.avro</groupId>
<artifactId>avro</artifactId>
<version>1.9.1</version>
<version>${dep.avro.version}</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion java/performance/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<dependency>
<groupId>org.apache.avro</groupId>
<artifactId>avro</artifactId>
<version>1.9.0</version>
<version>${dep.avro.version}</version>
</dependency>
<dependency>
<groupId>org.apache.arrow</groupId>
Expand Down
1 change: 1 addition & 0 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
<dep.hadoop.version>2.7.1</dep.hadoop.version>
<dep.fbs.version>1.9.0</dep.fbs.version>
<dep.flatc.version>1.9.0</dep.flatc.version>
<dep.avro.version>1.9.2</dep.avro.version>
<arrow.vector.classifier />
<forkCount>2</forkCount>
<checkstyle.failOnViolation>true</checkstyle.failOnViolation>
Expand Down

0 comments on commit 7e0802b

Please sign in to comment.