Repository: nifi Updated Branches: refs/heads/master 59b60e62d -> 39c5c5ab4
NIFI-4301 - This closes #2095. bumped jython-shaded version to 2.7.1 Signed-off-by: joewitt <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/39c5c5ab Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/39c5c5ab Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/39c5c5ab Branch: refs/heads/master Commit: 39c5c5ab42e2d376741d388a43db03c11eb7ac00 Parents: 59b60e6 Author: Pierre Villard <[email protected]> Authored: Thu Aug 17 17:11:45 2017 +0200 Committer: joewitt <[email protected]> Committed: Fri Oct 6 16:02:10 2017 -0400 ---------------------------------------------------------------------- .../nifi-scripting-bundle/nifi-scripting-processors/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nifi/blob/39c5c5ab/nifi-nar-bundles/nifi-scripting-bundle/nifi-scripting-processors/pom.xml ---------------------------------------------------------------------- diff --git a/nifi-nar-bundles/nifi-scripting-bundle/nifi-scripting-processors/pom.xml b/nifi-nar-bundles/nifi-scripting-bundle/nifi-scripting-processors/pom.xml index a0edaf5..67bc87c 100644 --- a/nifi-nar-bundles/nifi-scripting-bundle/nifi-scripting-processors/pom.xml +++ b/nifi-nar-bundles/nifi-scripting-bundle/nifi-scripting-processors/pom.xml @@ -57,7 +57,7 @@ <dependency> <groupId>org.scijava</groupId> <artifactId>jython-shaded</artifactId> - <version>2.7.0</version> + <version>2.7.1</version> </dependency> <dependency> <groupId>org.luaj</groupId>
