File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ repositories {
8080dependencies {
8181 def picocliVersion = ' 4.7.7'
8282
83- implementation(platform(' com.fasterxml.jackson:jackson-bom:2.19.1 ' ))
83+ implementation(platform(' com.fasterxml.jackson:jackson-bom:2.19.2 ' ))
8484 // 1.4.+ requires Java 11 and we are stuck on 8
8585 implementation(platform(' ch.qos.logback:logback-parent:[1.3.5,1.4)' ))
8686
@@ -97,8 +97,8 @@ dependencies {
9797 implementation ' com.kjetland:mbknor-jackson-jsonschema_2.13:1.0.39'
9898 implementation ' com.jayway.jsonpath:json-path:2.9.0'
9999 implementation ' org.apache.httpcomponents.client5:httpclient5:5.5'
100- implementation ' io.projectreactor.netty:reactor-netty-http:1.2.7 '
101- implementation ' org.apache.maven:maven-artifact:3.9.10 '
100+ implementation ' io.projectreactor.netty:reactor-netty-http:1.2.8 '
101+ implementation ' org.apache.maven:maven-artifact:3.9.11 '
102102 implementation ' commons-codec:commons-codec:1.18.0'
103103 // for RFC5987 parsing of content-disposition filename*
104104 // 3.5.x is last of Java8 compatible: https://cxf.apache.org/download.html
You can’t perform that action at this time.
0 commit comments