zentol closed pull request #7408: [FLINK-11262] Bump jython-standalone to 2.7.1 URL: https://github.com/apache/flink/pull/7408
This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/NOTICE-binary b/NOTICE-binary index 74df3d1c03d..0b10a27b9e9 100644 --- a/NOTICE-binary +++ b/NOTICE-binary @@ -5797,7 +5797,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 flink-metrics-graphite Copyright 2014-2018 The Apache Software Foundation diff --git a/flink-libraries/flink-streaming-python/pom.xml b/flink-libraries/flink-streaming-python/pom.xml index 1659d83a34e..f32056dba6f 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 f89bbcbf77d..6fcb19f3bc1 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 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
