Skip to content

Commit 0c6a09f

Browse files
committed
dependency updates
1 parent 2c6ac2a commit 0c6a09f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

openapi-processor-core/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
id 'signing'
88
id "org.sonarqube" version "3.2.0"
99
id 'org.jetbrains.dokka' version '1.4.32'
10-
id 'org.jetbrains.kotlin.jvm' version '1.5.0'
10+
id 'org.jetbrains.kotlin.jvm' version '1.5.10'
1111
id 'org.unbroken-dome.test-sets' version '4.0.0'
1212
id 'com.github.ben-manes.versions' version '0.38.0'
1313
id 'io.github.gradle-nexus.publish-plugin' version '1.1.0'
@@ -109,7 +109,7 @@ dependencies {
109109
exclude group: 'io.swagger.core.v3', module: 'swagger-annotations'
110110
}
111111

112-
implementation ("com.networknt:json-schema-validator:1.0.52")
112+
implementation ("com.networknt:json-schema-validator:1.0.53")
113113
implementation ('com.atlassian.commonmark:commonmark:0.17.0')
114114
implementation ('com.google.googlejavaformat:google-java-format:1.10.0')
115115
implementation ('com.google.guava:guava:30.1.1-jre')
@@ -119,12 +119,12 @@ dependencies {
119119

120120
testImplementation ("org.codehaus.groovy:groovy:$groovyVersion")
121121
testImplementation ("org.codehaus.groovy:groovy-nio:$groovyVersion")
122-
testImplementation ('org.spockframework:spock-core:2.0-M5-groovy-3.0')
122+
testImplementation ('org.spockframework:spock-core:2.0-groovy-3.0')
123123
testImplementation ("org.junit.jupiter:junit-jupiter-api:5.7.2")
124124
testImplementation ("org.junit.jupiter:junit-jupiter-params:5.7.2")
125125
testRuntimeOnly ("org.junit.jupiter:junit-jupiter-engine:5.7.2")
126126
testImplementation("io.mockk:mockk:1.11.0")
127-
testImplementation("io.kotest:kotest-runner-junit5:4.5.0")
127+
testImplementation("io.kotest:kotest-runner-junit5:4.6.0")
128128
testImplementation ('ch.qos.logback:logback-classic:1.2.3')
129129
testImplementation("com.google.jimfs:jimfs:1.2")
130130
}

0 commit comments

Comments
 (0)