File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -3,16 +3,19 @@ kotlin = "1.9.10"
3
3
build-jdk = " 11"
4
4
test-jdk = " 17"
5
5
6
+ api = " 2023.1"
7
+ core = " 2023.5"
8
+
6
9
junit = " 5.9.3"
7
10
jacoco = " 0.8.7"
8
11
9
12
[libraries ]
10
- openapi-processor-api = " io.openapiprocessor:openapi-processor-api:2023.1 "
11
- openapi-processor-test = " io.openapiprocessor:openapi-processor-test:2023.4 "
12
- openapi-processor-core = " io.openapiprocessor:openapi-processor-core:2023.4 "
13
- openapi-processor-parser-api = " io.openapiprocessor:openapi-processor-core-parser-api:2023.4 "
14
- openapi-processor-parser-swagger = " io.openapiprocessor:openapi-processor-core-parser-swagger:2023.4 "
15
- openapi-processor-parser-openapi4j = " io.openapiprocessor:openapi-processor-core-parser-openapi4j:2023.4 "
13
+ openapi-processor-api = { module = " io.openapiprocessor:openapi-processor-api" , version.ref = " api " }
14
+ openapi-processor-test = { module = " io.openapiprocessor:openapi-processor-test" , version.ref = " core " }
15
+ openapi-processor-core = { module = " io.openapiprocessor:openapi-processor-core" , version.ref = " core " }
16
+ openapi-processor-parser-api = { module = " io.openapiprocessor:openapi-processor-core-parser-api" , version.ref = " core " }
17
+ openapi-processor-parser-swagger = { module = " io.openapiprocessor:openapi-processor-core-parser-swagger" , version.ref = " core " }
18
+ openapi-processor-parser-openapi4j = { module = " io.openapiprocessor:openapi-processor-core-parser-openapi4j" , version.ref = " core " }
16
19
17
20
jackson-bom = " com.fasterxml.jackson:jackson-bom:2.15.3"
18
21
jackson-databind = { module = " com.fasterxml.jackson.core:jackson-databind" }
You can’t perform that action at this time.
0 commit comments