@@ -7,8 +7,8 @@ plugins {
77 id ' maven-publish'
88 id ' signing'
99 id " org.sonarqube" version " 3.3"
10- id ' org.jetbrains.dokka' version ' 1.5.0 '
11- id ' org.jetbrains.kotlin.jvm' version ' 1.5.21 '
10+ id ' org.jetbrains.dokka' version ' 1.5.31 '
11+ id ' org.jetbrains.kotlin.jvm' version ' 1.5.31 '
1212 id ' org.unbroken-dome.test-sets' version ' 4.0.0'
1313 id " com.github.ben-manes.versions" version " 0.39.0"
1414 id ' io.github.gradle-nexus.publish-plugin' version ' 1.1.0'
@@ -33,9 +33,8 @@ String getBuildSignKey(String property) {
3333
3434ext {
3535 processorApiVersion = ' 2021.1'
36- processorCoreVersion = ' 2021.5'
37- processorTestVersion = ' 2021.3'
38- groovyVersion = ' 3.0.8'
36+ processorCoreVersion = ' 2021.6'
37+ processorTestVersion = ' 2021.5'
3938
4039 publishUser = getBuildProperty (' PUBLISH_USER' )
4140 publishKey = getBuildProperty (' PUBLISH_KEY' )
@@ -85,25 +84,28 @@ compileKotlin {
8584}
8685
8786dependencies {
88- components. all(KotlinPlatformRule )
89-
9087 compileOnly " io.openapiprocessor:openapi-processor-api:$processorApiVersion "
88+ implementation platform(" org.jetbrains.kotlin:kotlin-bom:1.5.31" )
89+ implementation platform(" com.fasterxml.jackson:jackson-bom:2.13.0" )
90+
9191 implementation " io.openapiprocessor:openapi-processor-core:$processorCoreVersion "
92- implementation ' org.slf4j:slf4j-api:1.7.31 '
93- implementation (' com.google.guava:guava:30.1 .1-jre' )
92+ implementation ' org.slf4j:slf4j-api:1.7.32 '
93+ implementation (' com.google.guava:guava:31.0 .1-jre' )
9494
9595 testImplementation (" io.openapiprocessor:openapi-processor-api:$processorApiVersion " )
9696 testImplementation (" io.openapiprocessor:openapi-processor-test:$processorTestVersion " )
9797
98- testImplementation (" org.codehaus.groovy:groovy:$groovyVersion " )
99- testImplementation (" org.codehaus.groovy:groovy-nio:$groovyVersion " )
98+ testImplementation platform(" org.codehaus.groovy:groovy-bom:3.0.9" )
99+ testImplementation (" org.codehaus.groovy:groovy" )
100+ testImplementation (" org.codehaus.groovy:groovy-nio" )
100101 testImplementation (' org.spockframework:spock-core:2.0-groovy-3.0' )
101- testImplementation (" org.junit.jupiter:junit-jupiter-api:5.7.2" )
102- testImplementation (" org.junit.jupiter:junit-jupiter-params:5.7.2" )
103- testRuntimeOnly (" org.junit.jupiter:junit-jupiter-engine:5.7.2" )
102+ testImplementation platform(" org.junit:junit-bom:5.8.1" )
103+ testImplementation (" org.junit.jupiter:junit-jupiter-api" )
104+ testImplementation (" org.junit.jupiter:junit-jupiter-params" )
105+ testRuntimeOnly (" org.junit.jupiter:junit-jupiter-engine" )
104106 testImplementation(" io.mockk:mockk:1.12.0" )
105107 testImplementation(" io.kotest:kotest-runner-junit5:4.6.1" )
106- testImplementation ' ch.qos.logback:logback-classic:1.2.3 '
108+ testImplementation ' ch.qos.logback:logback-classic:1.2.6 '
107109 testImplementation(" com.google.jimfs:jimfs:1.2" )
108110}
109111
0 commit comments