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 69bcf56 commit 47f0bb0Copy full SHA for 47f0bb0
build.gradle
@@ -96,8 +96,8 @@ dependencies {
96
implementation 'com.kjetland:mbknor-jackson-jsonschema_2.13:1.0.39'
97
implementation 'com.jayway.jsonpath:json-path:2.9.0'
98
implementation 'org.apache.httpcomponents.client5:httpclient5:5.3.1'
99
- implementation 'io.projectreactor.netty:reactor-netty-http:1.1.19'
100
- implementation 'org.apache.maven:maven-artifact:3.9.7'
+ implementation 'io.projectreactor.netty:reactor-netty-http:1.1.20'
+ implementation 'org.apache.maven:maven-artifact:3.9.8'
101
implementation 'commons-codec:commons-codec:1.17.0'
102
// for RFC5987 parsing of content-disposition filename*
103
// 3.5.x is last of Java8 compatible: https://cxf.apache.org/download.html
0 commit comments