diff --git a/build.gradle b/build.gradle index 4c1cc4a..fe32218 100644 --- a/build.gradle +++ b/build.gradle @@ -90,7 +90,7 @@ shadowJar { dependencies { exclude(dependency('org.apache.httpcomponents:httpclient:4.3.3')) exclude(dependency('org.apache.httpcomponents:httpcore:4.3.2')) - exclude(dependency('commons-codec:commons-codec:1.6')) + exclude(dependency('commons-codec:commons-codec:1.14')) exclude(dependency('commons-logging:commons-logging:1.2')) } }