We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcb7fc9 commit 21c41f4Copy full SHA for 21c41f4
build.gradle
@@ -97,7 +97,7 @@ dependencies {
97
implementation 'org.apache.httpcomponents.client5:httpclient5:5.2.1'
98
implementation 'io.projectreactor.netty:reactor-netty-http:1.1.8'
99
implementation 'org.apache.maven:maven-artifact:3.9.2'
100
- implementation 'commons-codec:commons-codec:1.15'
+ implementation 'commons-codec:commons-codec:1.16.0'
101
// for RFC5987 parsing of content-disposition filename*
102
implementation 'org.apache.cxf:cxf-core:4.0.2'
103
implementation 'org.jetbrains:annotations:24.0.1'
0 commit comments