Skip to content
This repository was archived by the owner on Mar 16, 2025. It is now read-only.

Commit bd16d40

Browse files
committed
update dependencies
1 parent cb2228f commit bd16d40

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

build.gradle

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ plugins {
66
id 'maven-publish'
77
id 'signing'
88
id "org.sonarqube" version "3.3"
9-
id 'org.jetbrains.dokka' version '1.6.0'
9+
id 'org.jetbrains.dokka' version '1.6.10'
1010
id 'org.jetbrains.kotlin.jvm' version '1.6.10'
1111
id 'org.unbroken-dome.test-sets' version '4.0.0'
12-
id 'com.github.ben-manes.versions' version '0.39.0'
12+
id 'com.github.ben-manes.versions' version '0.41.0'
1313
id 'io.github.gradle-nexus.publish-plugin' version '1.1.0'
1414
}
1515

@@ -32,7 +32,7 @@ String getBuildSignKey(String property) {
3232

3333
ext {
3434
processorApiVersion = '2021.1'
35-
processorTestVersion = '2021.5'
35+
processorTestVersion = '2022.2-SNAPSHOT'
3636
groovyVersion = '3.0.9'
3737

3838
publishUser = getBuildProperty ('PUBLISH_USER')
@@ -119,7 +119,7 @@ dependencies {
119119
implementation ('com.atlassian.commonmark:commonmark:0.17.0')
120120
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.64')
122+
implementation ('com.networknt:json-schema-validator:1.0.65')
123123

124124
testImplementation "io.openapiprocessor:openapi-processor-api:$processorApiVersion"
125125
testImplementation ("io.openapiprocessor:openapi-processor-test:$processorTestVersion")
@@ -132,9 +132,9 @@ dependencies {
132132
testImplementation ("org.junit.jupiter:junit-jupiter-api")
133133
testImplementation ("org.junit.jupiter:junit-jupiter-params")
134134
testRuntimeOnly ("org.junit.jupiter:junit-jupiter-engine")
135-
testImplementation("io.mockk:mockk:1.12.1")
136-
testImplementation("io.kotest:kotest-runner-junit5:5.0.3")
137-
testImplementation("io.kotest:kotest-framework-datatest:5.0.3")
135+
testImplementation("io.mockk:mockk:1.12.2")
136+
testImplementation("io.kotest:kotest-runner-junit5:5.1.0")
137+
testImplementation("io.kotest:kotest-framework-datatest:5.1.0")
138138
testImplementation ('ch.qos.logback:logback-classic:1.2.10')
139139
testImplementation("com.google.jimfs:jimfs:1.2")
140140
}

0 commit comments

Comments
 (0)