@@ -8,7 +8,7 @@ val oasGenerateApiTests: String by project
88plugins {
99 id(" import-api-examples.java-conventions" )
1010
11- id(" org.openapi.generator" ) version " 7.7 .0"
11+ id(" org.openapi.generator" ) version " 7.14 .0"
1212 id(" org.jsonschema2dataclass" ) version " 6.0.0"
1313}
1414
@@ -31,16 +31,16 @@ dependencies {
3131 // Workaround for https://github.com/OpenAPITools/openapi-generator/issues/9602#issuecomment-859528250
3232 // Dependencies copied from openapi generated gradle build script
3333 implementation( " com.brsanthu:migbase64:2.2" )
34- implementation( " com.fasterxml.jackson.core:jackson-annotations:2.17.2 " )
35- implementation( " com.fasterxml.jackson.core:jackson-core:2.17.2 " )
36- implementation( " com.fasterxml.jackson.core:jackson-databind:2.17.2 " )
37- implementation( " com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.17.2 " )
34+ implementation( " com.fasterxml.jackson.core:jackson-annotations:2.19.1 " )
35+ implementation( " com.fasterxml.jackson.core:jackson-core:2.19.1 " )
36+ implementation( " com.fasterxml.jackson.core:jackson-databind:2.19.1 " )
37+ implementation( " com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.19.1 " )
3838 implementation( " com.google.code.findbugs:jsr305:3.0.2" )
39- implementation( " io.github.openfeign:feign-core:13.3 " )
40- implementation( " io.github.openfeign:feign-jackson:13.3 " )
41- implementation( " io.github.openfeign:feign-slf4j:13.3 " )
39+ implementation( " io.github.openfeign:feign-core:13.6 " )
40+ implementation( " io.github.openfeign:feign-jackson:13.6 " )
41+ implementation( " io.github.openfeign:feign-slf4j:13.6 " )
4242 implementation( " io.github.openfeign.form:feign-form:3.8.0" )
43- implementation (" io.swagger:swagger-annotations:1.6.14 " )
43+ implementation (" io.swagger:swagger-annotations:1.6.16 " )
4444 implementation( " org.apache.oltu.oauth2:org.apache.oltu.oauth2.client:1.0.2" )
4545 implementation( " org.openapitools:jackson-databind-nullable:0.2.6" )
4646}
0 commit comments