[FLINK-6407] [build] Upgrade AVRO to 1.8.2

This closes #4205


Project: http://git-wip-us.apache.org/repos/asf/flink/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/6a59e2fe
Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/6a59e2fe
Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/6a59e2fe

Branch: refs/heads/master
Commit: 6a59e2fe51d0c89fe0c152d4ad9b608c3ed9e546
Parents: b91df16
Author: zhangminglei <zml13856086...@163.com>
Authored: Wed Jun 28 11:41:52 2017 +0800
Committer: Greg Hogan <c...@greghogan.com>
Committed: Tue Jul 11 08:51:22 2017 -0400

----------------------------------------------------------------------
 flink-connectors/flink-avro/pom.xml | 2 +-
 pom.xml                             | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/6a59e2fe/flink-connectors/flink-avro/pom.xml
----------------------------------------------------------------------
diff --git a/flink-connectors/flink-avro/pom.xml 
b/flink-connectors/flink-avro/pom.xml
index d057177..0ba9e8b 100644
--- a/flink-connectors/flink-avro/pom.xml
+++ b/flink-connectors/flink-avro/pom.xml
@@ -140,7 +140,7 @@ under the License.
                        <plugin>
                                <groupId>org.apache.avro</groupId>
                                <artifactId>avro-maven-plugin</artifactId>
-                               <version>1.7.7</version>
+                               <version>1.8.2</version>
                                <executions>
                                        <execution>
                                                <phase>generate-sources</phase>

http://git-wip-us.apache.org/repos/asf/flink/blob/6a59e2fe/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 92a827a..091769f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -258,13 +258,13 @@ under the License.
                        <dependency>
                                <groupId>org.apache.avro</groupId>
                                <artifactId>avro</artifactId>
-                               <version>1.7.7</version>
+                               <version>1.8.2</version>
                        </dependency>
                        
                        <dependency>
                                <groupId>org.apache.avro</groupId>
                                <artifactId>avro-ipc</artifactId>
-                               <version>1.7.7</version>
+                               <version>1.8.2</version>
                        </dependency>
 
                        <!-- Make sure we use a consistent commons-cli version 
throughout the project -->

Reply via email to