Skip to content

Commit fd09f54

Browse files
committed
update dependencies
1 parent 76bbf5d commit fd09f54

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

build.gradle

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

@@ -33,7 +33,7 @@ String getBuildSignKey(String property) {
3333

3434
ext {
3535
processorApiVersion = '2021.1'
36-
processorCoreVersion = '2021.6'
36+
processorCoreVersion = '2021.6' // '2022.1'
3737
processorTestVersion = '2021.5'
3838

3939
publishUser = getBuildProperty ('PUBLISH_USER')
@@ -89,7 +89,7 @@ dependencies {
8989
implementation platform("com.fasterxml.jackson:jackson-bom:2.13.0")
9090

9191
implementation "io.openapiprocessor:openapi-processor-core:$processorCoreVersion"
92-
implementation 'org.slf4j:slf4j-api:1.7.32'
92+
implementation 'org.slf4j:slf4j-api:1.7.33'
9393
implementation ('com.google.guava:guava:31.0.1-jre')
9494

9595
testImplementation ("io.openapiprocessor:openapi-processor-api:$processorApiVersion")
@@ -99,13 +99,13 @@ dependencies {
9999
testImplementation ("org.codehaus.groovy:groovy")
100100
testImplementation ("org.codehaus.groovy:groovy-nio")
101101
testImplementation ('org.spockframework:spock-core:2.0-groovy-3.0')
102-
testImplementation platform("org.junit:junit-bom:5.8.1")
102+
testImplementation platform("org.junit:junit-bom:5.8.2")
103103
testImplementation ("org.junit.jupiter:junit-jupiter-api")
104104
testImplementation ("org.junit.jupiter:junit-jupiter-params")
105105
testRuntimeOnly ("org.junit.jupiter:junit-jupiter-engine")
106-
testImplementation("io.mockk:mockk:1.12.0")
107-
testImplementation("io.kotest:kotest-runner-junit5:4.6.1")
108-
testImplementation 'ch.qos.logback:logback-classic:1.2.6'
106+
testImplementation("io.mockk:mockk:1.12.2")
107+
testImplementation("io.kotest:kotest-runner-junit5:5.1.0")
108+
testImplementation 'ch.qos.logback:logback-classic:1.2.10'
109109
testImplementation("com.google.jimfs:jimfs:1.2")
110110
}
111111

0 commit comments

Comments
 (0)