diff --git a/build.gradle b/build.gradle index 1c82d491..5a9804b0 100644 --- a/build.gradle +++ b/build.gradle @@ -98,7 +98,7 @@ dependencies { implementation 'org.apache.httpcomponents.client5:httpclient5:5.5.1' implementation 'io.projectreactor.netty:reactor-netty-http:1.2.11' implementation 'org.apache.maven:maven-artifact:3.9.11' - implementation 'commons-codec:commons-codec:1.19.0' + implementation 'commons-codec:commons-codec:1.20.0' // for RFC5987 parsing of content-disposition filename* // 3.5.x is last of Java8 compatible: https://cxf.apache.org/download.html implementation 'org.apache.cxf:cxf-core:[3.5.6,3.6.0)'