diff --git a/build.gradle b/build.gradle index acfb9de..92355d8 100644 --- a/build.gradle +++ b/build.gradle @@ -69,7 +69,7 @@ dependencies { // handle them. Need to upgrade the services and then upgrade here implementation 'com.fasterxml.jackson.core:jackson-annotations:2.5.4' implementation 'com.fasterxml.jackson.core:jackson-databind:2.5.4' - implementation 'org.apache.commons:commons-lang3:3.1' + implementation 'org.apache.commons:commons-lang3:3.17.0' implementation 'org.apache.httpcomponents:httpclient:4.5.9' implementation 'org.apache.httpcomponents:httpmime:4.5.8' implementation "com.github.kbase:auth2_client_java:$VER_AUTH2_CLIENT"