Skip to content

Commit 38cabc3

Browse files
committed
updated dependencies
1 parent ba7dc22 commit 38cabc3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ plugins {
66
id 'java-library'
77
id 'maven-publish'
88
id 'signing'
9-
id "org.sonarqube" version "3.1.1"
9+
id "org.sonarqube" version "3.2.0"
1010
id 'org.jetbrains.dokka' version '1.4.32'
11-
id 'org.jetbrains.kotlin.jvm' version '1.5.0'
11+
id 'org.jetbrains.kotlin.jvm' version '1.5.10'
1212
id 'org.unbroken-dome.test-sets' version '4.0.0'
13-
id "com.github.ben-manes.versions" version "0.38.0"
13+
id "com.github.ben-manes.versions" version "0.39.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.4-SNAPSHOT'
36+
processorCoreVersion = '2021.4'
3737
processorTestVersion = '2021.2'
3838
groovyVersion = '3.0.8'
3939

@@ -97,12 +97,12 @@ dependencies {
9797

9898
testImplementation ("org.codehaus.groovy:groovy:$groovyVersion")
9999
testImplementation ("org.codehaus.groovy:groovy-nio:$groovyVersion")
100-
testImplementation ('org.spockframework:spock-core:2.0-M5-groovy-3.0')
100+
testImplementation ('org.spockframework:spock-core:2.0-groovy-3.0')
101101
testImplementation ("org.junit.jupiter:junit-jupiter-api:5.7.2")
102102
testImplementation ("org.junit.jupiter:junit-jupiter-params:5.7.2")
103103
testRuntimeOnly ("org.junit.jupiter:junit-jupiter-engine:5.7.2")
104104
testImplementation("io.mockk:mockk:1.11.0")
105-
testImplementation("io.kotest:kotest-runner-junit5:4.5.0")
105+
testImplementation("io.kotest:kotest-runner-junit5:4.6.0")
106106
testImplementation 'ch.qos.logback:logback-classic:1.2.3'
107107
testImplementation("com.google.jimfs:jimfs:1.2")
108108
}

0 commit comments

Comments
 (0)