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

Commit f5b65ce

Browse files
committed
updated oap dependencies
1 parent 9b98563 commit f5b65ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ java {
1919

2020

2121
ext {
22-
processorApiVersion = '1.1.0-SNAPSHOT'
22+
processorApiVersion = '1.1.0'
2323
jacksonVersion = '2.11.0'
2424

2525
bintrayUser = project.hasProperty ('BINTRAY_USER') ? BINTRAY_USER : 'n/a'
@@ -111,7 +111,7 @@ dependencies {
111111
}
112112

113113
testImplementation "io.openapiprocessor:openapi-processor-api:$processorApiVersion"
114-
testImplementation ('io.openapiprocessor:openapi-processor-test:1.0.0-SNAPSHOT') {
114+
testImplementation ('io.openapiprocessor:openapi-processor-test:1.0.0') {
115115
exclude group: 'com.google.guava'
116116
}
117117

0 commit comments

Comments
 (0)