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 20:23:24 UTC

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

[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/2d8f03e7
Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/2d8f03e7
Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/2d8f03e7

Branch: refs/heads/master
Commit: 2d8f03e7ad12af3a0dcb7bec087c25f19a4fd03e
Parents: 677d0d9
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 18:45:55 2016 +0100

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


http://git-wip-us.apache.org/repos/asf/flink/blob/2d8f03e7/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d3ddf92..04ba726 100644
--- a/pom.xml
+++ b/pom.xml
@@ -220,13 +220,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 -->