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

exceptionfactory 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 3a1bc44b88 NIFI-11875 Corrected Commons Lang3 version in 
DefaultedDynamicallyModifyClasspath
3a1bc44b88 is described below

commit 3a1bc44b88053c27eda196b626509da40dba9188
Author: exceptionfactory <[email protected]>
AuthorDate: Tue Aug 1 16:04:59 2023 -0500

    NIFI-11875 Corrected Commons Lang3 version in 
DefaultedDynamicallyModifyClasspath
    
    Signed-off-by: David Handermann <[email protected]>
---
 .../processors/tests/system/DefaultedDynamicallyModifyClasspath.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/nifi-system-tests/nifi-system-test-extensions-bundle/nifi-system-test-extensions/src/main/java/org/apache/nifi/processors/tests/system/DefaultedDynamicallyModifyClasspath.java
 
b/nifi-system-tests/nifi-system-test-extensions-bundle/nifi-system-test-extensions/src/main/java/org/apache/nifi/processors/tests/system/DefaultedDynamicallyModifyClasspath.java
index 673c3c34ed..6a48661ee4 100644
--- 
a/nifi-system-tests/nifi-system-test-extensions-bundle/nifi-system-test-extensions/src/main/java/org/apache/nifi/processors/tests/system/DefaultedDynamicallyModifyClasspath.java
+++ 
b/nifi-system-tests/nifi-system-test-extensions-bundle/nifi-system-test-extensions/src/main/java/org/apache/nifi/processors/tests/system/DefaultedDynamicallyModifyClasspath.java
@@ -44,7 +44,7 @@ public class DefaultedDynamicallyModifyClasspath extends 
AbstractProcessor {
             .name("URLs to Load")
             .description("URLs to load onto the classpath")
             .required(false)
-            .defaultValue("lib/bootstrap/commons-lang3-3.12.0.jar")
+            .defaultValue("lib/bootstrap/commons-lang3-3.13.0.jar")
             .dynamicallyModifiesClasspath(true)
             .identifiesExternalResource(ResourceCardinality.MULTIPLE, 
ResourceType.URL, ResourceType.FILE, ResourceType.DIRECTORY)
             .build();

Reply via email to