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