You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by jo...@apache.org on 2022/12/01 19:02:56 UTC

[nifi] branch main updated: NIFI-10912 This closes #6742. Upgrade JSLT To 0.1.14

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

joewitt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/main by this push:
     new beb0f920d5 NIFI-10912 This closes #6742. Upgrade JSLT To 0.1.14
beb0f920d5 is described below

commit beb0f920d5af3d552975915db262b00d58a226dc
Author: mr1716 <ms...@rit.edu>
AuthorDate: Wed Nov 30 13:22:52 2022 -0500

    NIFI-10912 This closes #6742. Upgrade JSLT To 0.1.14
    
    Signed-off-by: Joe Witt <jo...@apache.org>
---
 nifi-nar-bundles/nifi-jslt-bundle/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nifi-nar-bundles/nifi-jslt-bundle/pom.xml b/nifi-nar-bundles/nifi-jslt-bundle/pom.xml
index b49f1e3d1d..dd9f79d85c 100644
--- a/nifi-nar-bundles/nifi-jslt-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-jslt-bundle/pom.xml
@@ -37,7 +37,7 @@
             <dependency>
                 <groupId>com.schibsted.spt.data</groupId>
                 <artifactId>jslt</artifactId>
-                <version>0.1.13</version>
+                <version>0.1.14</version>
             </dependency>
         </dependencies>
     </dependencyManagement>