Skip to content

Commit

Permalink
update core/openapi-parser
Browse files Browse the repository at this point in the history
  • Loading branch information
hauner committed Sep 17, 2023
1 parent 5e55914 commit d7de0c9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ jacoco = "0.8.7"

[libraries]
openapi-processor-api = "io.openapiprocessor:openapi-processor-api:2023.1"
openapi-processor-test = "io.openapiprocessor:openapi-processor-test:2023.4-SNAPSHOT"
openapi-processor-core = "io.openapiprocessor:openapi-processor-core:2023.4-SNAPSHOT"
openapi-processor-parser-api = "io.openapiprocessor:openapi-processor-core-parser-api:2023.4-SNAPSHOT"
openapi-processor-parser-swagger = "io.openapiprocessor:openapi-processor-core-parser-swagger:2023.4-SNAPSHOT"
openapi-processor-parser-openapi4j = "io.openapiprocessor:openapi-processor-core-parser-openapi4j:2023.4-SNAPSHOT"
openapi-processor-test = "io.openapiprocessor:openapi-processor-test:2023.4"
openapi-processor-core = "io.openapiprocessor:openapi-processor-core:2023.4"
openapi-processor-parser-api = "io.openapiprocessor:openapi-processor-core-parser-api:2023.4"
openapi-processor-parser-swagger = "io.openapiprocessor:openapi-processor-core-parser-swagger:2023.4"
openapi-processor-parser-openapi4j = "io.openapiprocessor:openapi-processor-core-parser-openapi4j:2023.4"

jackson-bom = "com.fasterxml.jackson:jackson-bom:2.15.2"
jackson-databind = { module = "com.fasterxml.jackson.core:jackson-databind" }
Expand Down

0 comments on commit d7de0c9

Please sign in to comment.