File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ String getBuildSignKey(String property) {
3333
3434ext {
3535 processorApiVersion = ' 2021.1'
36- processorCoreVersion = ' 2022.1 '
37- processorTestVersion = ' 2022.2-SNAPSHOT '
36+ processorCoreVersion = ' 2022.2-SNAPSHOT '
37+ processorTestVersion = ' 2022.1 '
3838
3939 publishUser = getBuildProperty (' PUBLISH_USER' )
4040 publishKey = getBuildProperty (' PUBLISH_KEY' )
@@ -86,10 +86,10 @@ compileKotlin {
8686dependencies {
8787 compileOnly " io.openapiprocessor:openapi-processor-api:$processorApiVersion "
8888 implementation platform(" org.jetbrains.kotlin:kotlin-bom:1.5.31" )
89- implementation platform(" com.fasterxml.jackson:jackson-bom:2.13.0 " )
89+ implementation platform(" com.fasterxml.jackson:jackson-bom:2.13.1 " )
9090
9191 implementation " io.openapiprocessor:openapi-processor-core:$processorCoreVersion "
92- implementation ' org.slf4j:slf4j-api:1.7.33 '
92+ implementation ' org.slf4j:slf4j-api:1.7.35 '
9393 implementation (' com.google.guava:guava:31.0.1-jre' )
9494
9595 testImplementation (" io.openapiprocessor:openapi-processor-api:$processorApiVersion " )
You can’t perform that action at this time.
0 commit comments