File tree Expand file tree Collapse file tree 5 files changed +12
-12
lines changed
Expand file tree Collapse file tree 5 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1515}
1616
1717dependencies {
18- testImplementation(" org.junit.jupiter:junit-jupiter-api:5.13.2 " )
19- testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.13.2 " )
18+ testImplementation(" org.junit.jupiter:junit-jupiter-api:5.13.4 " )
19+ testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.13.4 " )
2020}
2121
2222tasks.test {
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ dependencies {
1616
1717 implementation(project(" :import-api-java-client" ))
1818
19- implementation(" com.fasterxml.jackson.core:jackson-annotations:2.19.1 " )
20- implementation(" com.fasterxml.jackson.core:jackson-databind:2.19.1 " )
19+ implementation(" com.fasterxml.jackson.core:jackson-annotations:2.19.2 " )
20+ implementation(" com.fasterxml.jackson.core:jackson-databind:2.19.2 " )
2121 implementation(" com.opencsv:opencsv:$openCsvVersion " )
2222 implementation(" org.slf4j:slf4j-api:+" )
2323
Original file line number Diff line number Diff line change 11feignVersion = 10.3.0
22feignFormVersion = 3.8.0
33
4- junitVersion = 5.13.2
4+ junitVersion = 5.13.4
55mockitoJunitVersion = 5.18.0
66assertJVersion = 3.27.3
77
88openApiGeneratorVersion = 4.3.0
99openApiJacksonDatabindNullableVersion = 0.1.0
1010jsonschema2pojoVersion = 1.1.1
1111lombokVersion = 1.18.38
12- openCsvVersion = 5.11.2
12+ openCsvVersion = 5.12.0
1313# GENERATE OPEN API PROPERTIES
1414oasGeneratorName =java
1515oasLibrary =feign
Original file line number Diff line number Diff line change @@ -31,10 +31,10 @@ 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.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 " )
34+ implementation( " com.fasterxml.jackson.core:jackson-annotations:2.19.2 " )
35+ implementation( " com.fasterxml.jackson.core:jackson-core:2.19.2 " )
36+ implementation( " com.fasterxml.jackson.core:jackson-databind:2.19.2 " )
37+ implementation( " com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.19.2 " )
3838 implementation( " com.google.code.findbugs:jsr305:3.0.2" )
3939 implementation( " io.github.openfeign:feign-core:13.6" )
4040 implementation( " io.github.openfeign:feign-jackson:13.6" )
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ dependencies {
1616
1717 implementation(project(" :import-api-java-client" ))
1818
19- implementation( " com.fasterxml.jackson.core:jackson-annotations:2.19.1 " )
20- implementation( " com.fasterxml.jackson.core:jackson-databind:2.19.1 " )
19+ implementation( " com.fasterxml.jackson.core:jackson-annotations:2.19.2 " )
20+ implementation( " com.fasterxml.jackson.core:jackson-databind:2.19.2 " )
2121
2222 testImplementation(" commons-io:commons-io:+" )
2323 testImplementation(" org.assertj:assertj-core:$assertJVersion " )
You can’t perform that action at this time.
0 commit comments