Skip to content

Commit

Permalink
[FLINK-11262][py] Bump jython-standalone to 2.7.1
Browse files Browse the repository at this point in the history
Bump the jython dependency because of a security issue.
  • Loading branch information
Fokko authored and zentol committed Jan 9, 2019
1 parent 6650d74 commit e4bc287
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion NOTICE-binary
Original file line number Diff line number Diff line change
Expand Up @@ -5797,7 +5797,7 @@ The Apache Software Foundation (https://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
Expand Down
2 changes: 1 addition & 1 deletion flink-libraries/flink-streaming-python/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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 -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ The Apache Software Foundation (https://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

0 comments on commit e4bc287

Please sign in to comment.