NIFI-11875 Corrected Commons Lang3 version in DefaultedDynamicallyModifyClasspath

Signed-off-by: David Handermann <exceptionfactory@apache.org>
This commit is contained in:
exceptionfactory 2023-08-01 16:04:59 -05:00
parent 21844118be
commit 3a1bc44b88
No known key found for this signature in database
GPG Key ID: 29B6A52D2AAE8DBA
1 changed files with 1 additions and 1 deletions

View File

@ -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();