@@ -6,8 +6,8 @@ plugins {
66 id ' maven-publish'
77 id ' signing'
88 id " org.sonarqube" version " 3.3"
9- id ' org.jetbrains.dokka' version ' 1.5.31 '
10- id ' org.jetbrains.kotlin.jvm' version ' 1.5.31 '
9+ id ' org.jetbrains.dokka' version ' 1.6.0 '
10+ id ' org.jetbrains.kotlin.jvm' version ' 1.6.10 '
1111 id ' org.unbroken-dome.test-sets' version ' 4.0.0'
1212 id ' com.github.ben-manes.versions' version ' 0.39.0'
1313 id ' io.github.gradle-nexus.publish-plugin' version ' 1.1.0'
@@ -102,11 +102,11 @@ compileTestKotlin {
102102// }
103103
104104dependencies {
105- antlr ' org.antlr:antlr4:4.9.2 '
105+ antlr ' org.antlr:antlr4:4.9.3 '
106106
107107 compileOnly " io.openapiprocessor:openapi-processor-api:$processorApiVersion "
108- implementation platform(" org.jetbrains.kotlin:kotlin-bom:1.5.31 " )
109- implementation platform(" com.fasterxml.jackson:jackson-bom:2.13.0 " )
108+ implementation platform(" org.jetbrains.kotlin:kotlin-bom:1.6.10 " )
109+ implementation platform(" com.fasterxml.jackson:jackson-bom:2.13.1 " )
110110
111111 implementation ' org.openapi4j:openapi-parser:1.0.7'
112112 implementation (' io.swagger.parser.v3:swagger-parser:2.0.28' ) {
@@ -117,9 +117,9 @@ dependencies {
117117 implementation " com.fasterxml.jackson.module:jackson-module-kotlin"
118118 implementation (' org.apache.commons:commons-text:1.9' )
119119 implementation (' com.atlassian.commonmark:commonmark:0.17.0' )
120- implementation (' com.google.googlejavaformat:google-java-format:1.11 .0' )
120+ implementation (' com.google.googlejavaformat:google-java-format:1.13 .0' )
121121 implementation (' com.google.guava:guava:31.0.1-jre' )
122- implementation (' com.networknt:json-schema-validator:1.0.61 ' )
122+ implementation (' com.networknt:json-schema-validator:1.0.64 ' )
123123
124124 testImplementation " io.openapiprocessor:openapi-processor-api:$processorApiVersion "
125125 testImplementation (" io.openapiprocessor:openapi-processor-test:$processorTestVersion " )
@@ -128,7 +128,7 @@ dependencies {
128128 testImplementation (" org.codehaus.groovy:groovy" )
129129 testImplementation (" org.codehaus.groovy:groovy-nio" )
130130 testImplementation (' org.spockframework:spock-core:2.0-groovy-3.0' )
131- testImplementation platform(" org.junit:junit-bom:5.8.1 " )
131+ testImplementation platform(" org.junit:junit-bom:5.8.2 " )
132132 testImplementation (" org.junit.jupiter:junit-jupiter-api" )
133133 testImplementation (" org.junit.jupiter:junit-jupiter-params" )
134134 testRuntimeOnly (" org.junit.jupiter:junit-jupiter-engine" )
0 commit comments