You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by fh...@apache.org on 2016/12/08 21:09:11 UTC

flink git commit: [FLINK-5039] Bump Avro version to 1.7.7.

Repository: flink
Updated Branches:
  refs/heads/release-1.1 671b434cf -> 3ae6e9e09


[FLINK-5039] Bump Avro version to 1.7.7.

This closes #2953.


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

Branch: refs/heads/release-1.1
Commit: 3ae6e9e09ba74f88fe87d1ac130b3cc232a5e88c
Parents: 671b434
Author: Robert Metzger <rm...@apache.org>
Authored: Tue Dec 6 21:03:10 2016 +0100
Committer: Fabian Hueske <fh...@apache.org>
Committed: Thu Dec 8 21:24:15 2016 +0100

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/3ae6e9e0/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 4594a9d..bc7bcec 100644
--- a/pom.xml
+++ b/pom.xml
@@ -213,13 +213,13 @@ under the License.
 			<dependency>
 				<groupId>org.apache.avro</groupId>
 				<artifactId>avro</artifactId>
-				<version>1.7.6</version>
+				<version>1.7.7</version>
 			</dependency>
 			
 			<dependency>
 				<groupId>org.apache.avro</groupId>
 				<artifactId>avro-ipc</artifactId>
-				<version>1.7.6</version>
+				<version>1.7.7</version>
 			</dependency>
 
 			<!-- Make sure we use a consistent commons-cli version throughout the project -->