We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c6c2e1 commit 62a9b02Copy full SHA for 62a9b02
build.gradle
@@ -97,7 +97,7 @@ dependencies {
97
implementation 'org.apache.httpcomponents.client5:httpclient5:5.4.1'
98
implementation 'io.projectreactor.netty:reactor-netty-http:1.2.2'
99
implementation 'org.apache.maven:maven-artifact:3.9.9'
100
- implementation 'commons-codec:commons-codec:1.17.2'
+ implementation 'commons-codec:commons-codec:1.18.0'
101
// for RFC5987 parsing of content-disposition filename*
102
// 3.5.x is last of Java8 compatible: https://cxf.apache.org/download.html
103
implementation 'org.apache.cxf:cxf-core:[3.5.6,3.6.0)'
0 commit comments