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 febc4e5 commit a123ff5Copy full SHA for a123ff5
build.gradle
@@ -99,7 +99,7 @@ dependencies {
99
implementation 'org.apache.httpcomponents.client5:httpclient5:5.4.1'
100
implementation 'io.projectreactor.netty:reactor-netty-http:1.2.1'
101
implementation 'org.apache.maven:maven-artifact:3.9.9'
102
- implementation 'commons-codec:commons-codec:1.17.1'
+ implementation 'commons-codec:commons-codec:1.17.2'
103
// for RFC5987 parsing of content-disposition filename*
104
// 3.5.x is last of Java8 compatible: https://cxf.apache.org/download.html
105
implementation 'org.apache.cxf:cxf-core:[3.5.6,3.6.0)'
0 commit comments