This is an automated email from the ASF dual-hosted git repository.
exceptionfactory pushed a commit to branch support/nifi-1.x
in repository https://gitbox.apache.org/repos/asf/nifi.git
The following commit(s) were added to refs/heads/support/nifi-1.x by this push:
new 4c369cc0df NIFI-11875 Corrected Commons Lang3 version in
DefaultedDynamicallyModifyClasspath
4c369cc0df is described below
commit 4c369cc0dfd4590740e634ccaabe64f5117c41da
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]>
(cherry picked from commit 3a1bc44b88053c27eda196b626509da40dba9188)
---
.../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();