You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2019/01/09 09:43:54 UTC

[flink] branch release-1.6 updated: [FLINK-11262][py] Bump jython-standalone to 2.7.1

This is an automated email from the ASF dual-hosted git repository.

chesnay pushed a commit to branch release-1.6
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/release-1.6 by this push:
     new eb1fcbc  [FLINK-11262][py] Bump jython-standalone to 2.7.1
eb1fcbc is described below

commit eb1fcbcbb4d0f2335cadb14169a642e591fdceaf
Author: Fokko Driesprong <fo...@driesprong.frl>
AuthorDate: Wed Jan 9 10:33:57 2019 +0100

    [FLINK-11262][py] Bump jython-standalone to 2.7.1
    
    Bump the jython dependency because of a security issue.
---
 NOTICE-binary                                                           | 2 +-
 flink-libraries/flink-streaming-python/pom.xml                          | 2 +-
 .../flink-streaming-python/src/main/resources/META-INF/NOTICE           | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/NOTICE-binary b/NOTICE-binary
index 2c6af2a..48127c9 100644
--- a/NOTICE-binary
+++ b/NOTICE-binary
@@ -2077,7 +2077,7 @@ The Apache Software Foundation (http://www.apache.org/).
 This project bundles the following dependencies under the Python Software Foundation License. (https://opensource.org/licenses/PythonSoftFoundation.php)
 See bundled license files for details.
 
-- org.python:jython-standalone:2.7.0
+- org.python:jython-standalone:2.7.1
 // ------------------------------------------------------------------
 // NOTICE file corresponding to the section 4d of The Apache License,
 // Version 2.0, in this case for Apache Flink
diff --git a/flink-libraries/flink-streaming-python/pom.xml b/flink-libraries/flink-streaming-python/pom.xml
index 2ad7680..c35408c 100644
--- a/flink-libraries/flink-streaming-python/pom.xml
+++ b/flink-libraries/flink-streaming-python/pom.xml
@@ -61,7 +61,7 @@ under the License.
 		<dependency>
 			<groupId>org.python</groupId>
 			<artifactId>jython-standalone</artifactId>
-			<version>2.7.0</version>
+			<version>2.7.1</version>
 		</dependency>
 
 		<!-- test dependencies -->
diff --git a/flink-libraries/flink-streaming-python/src/main/resources/META-INF/NOTICE b/flink-libraries/flink-streaming-python/src/main/resources/META-INF/NOTICE
index f89bbcb..6fcb19f 100644
--- a/flink-libraries/flink-streaming-python/src/main/resources/META-INF/NOTICE
+++ b/flink-libraries/flink-streaming-python/src/main/resources/META-INF/NOTICE
@@ -7,4 +7,4 @@ The Apache Software Foundation (http://www.apache.org/).
 This project bundles the following dependencies under the Python Software Foundation License. (https://opensource.org/licenses/PythonSoftFoundation.php)
 See bundled license files for details.
 
-- org.python:jython-standalone:2.7.0
+- org.python:jython-standalone:2.7.1