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:04:51 UTC

[nifi] 02/02: 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 support/nifi-1.19
in repository https://gitbox.apache.org/repos/asf/nifi.git

commit 36e20e31d1c47cf59a69f5549061b3df2a4db2f9
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 6824d50da0..74eb400261 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>