@@ -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.4.32 '
10- id ' org.jetbrains.kotlin.jvm' version ' 1.5.20 '
9+ id ' org.jetbrains.dokka' version ' 1.5.0 '
10+ id ' org.jetbrains.kotlin.jvm' version ' 1.5.21 '
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'
@@ -114,7 +114,7 @@ dependencies {
114114 implementation (' com.atlassian.commonmark:commonmark:0.17.0' )
115115 implementation (' com.google.googlejavaformat:google-java-format:1.10.0' )
116116 implementation (' com.google.guava:guava:30.1.1-jre' )
117- implementation (' com.networknt:json-schema-validator:1.0.56 ' )
117+ implementation (' com.networknt:json-schema-validator:1.0.57 ' )
118118
119119 testImplementation " io.openapiprocessor:openapi-processor-api:$processorApiVersion "
120120 testImplementation (" io.openapiprocessor:openapi-processor-test:$processorTestVersion " )
@@ -126,7 +126,7 @@ dependencies {
126126 testImplementation (" org.junit.jupiter:junit-jupiter-params:5.7.2" )
127127 testRuntimeOnly (" org.junit.jupiter:junit-jupiter-engine:5.7.2" )
128128 testImplementation(" io.mockk:mockk:1.12.0" )
129- testImplementation(" io.kotest:kotest-runner-junit5:4.6.0 " )
129+ testImplementation(" io.kotest:kotest-runner-junit5:4.6.1 " )
130130 testImplementation (' ch.qos.logback:logback-classic:1.2.3' )
131131 testImplementation(" com.google.jimfs:jimfs:1.2" )
132132}
0 commit comments