Skip to content
This repository was archived by the owner on Mar 16, 2025. It is now read-only.

Commit ec6c1fb

Browse files
committed
update dependencies
1 parent de1f30c commit ec6c1fb

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

build.gradle

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ version projectVersion
1616

1717
ext {
1818
processorApiVersion = '2021.1'
19-
processorTestVersion = '2022.2-SNAPSHOT'
19+
processorTestVersion = '2022.2'
20+
openapiParserVersion = '2022.1.1'
2021
groovyVersion = '3.0.10'
2122
}
2223

@@ -124,10 +125,8 @@ dependencies {
124125
exclude group: 'io.swagger.core.v3', module: 'swagger-annotations'
125126
}
126127

127-
implementation platform('io.openapiprocessor:openapi-parser-bom:2022.1-SNAPSHOT')
128+
implementation platform("io.openapiprocessor:openapi-parser-bom:$openapiParserVersion")
128129
implementation ('io.openapiprocessor:openapi-parser')
129-
// implementation ('io.openapiprocessor:openapi-parser-interfaces')
130-
// implementation ('io.openapiprocessor:openapi-parser-validator')
131130
implementation ('io.openapiprocessor:openapi-parser-jackson')
132131
implementation "com.fasterxml.jackson.module:jackson-module-kotlin"
133132
implementation ('org.apache.commons:commons-text:1.9')

0 commit comments

Comments
 (0)