File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,11 @@ plugins {
33 id ' groovy'
44 id ' java-library'
55 id ' maven-publish'
6- id ' com.jfrog.bintray' version ' 1.8.4 '
7- id ' org.jetbrains.kotlin.jvm' version ' 1.3.61 '
6+ id ' com.jfrog.bintray' version ' 1.8.5 '
7+ id ' org.jetbrains.kotlin.jvm' version ' 1.3.72 '
88 id ' org.jetbrains.dokka' version ' 0.10.1'
9- id ' org.unbroken-dome.test-sets' version ' 2.2 .1'
10- id " com.github.ben-manes.versions" version " 0.27 .0"
9+ id ' org.unbroken-dome.test-sets' version ' 3.0 .1'
10+ id " com.github.ben-manes.versions" version " 0.28 .0"
1111}
1212
1313group ' com.github.hauner.openapi'
@@ -73,7 +73,7 @@ dependencies {
7373 testImplementation (' org.spockframework:spock-junit4:2.0-M2-groovy-2.5' ) {
7474 exclude group : ' org.codehaus.groovy'
7575 }
76- testImplementation ' net.bytebuddy:byte-buddy:1.10.7 '
76+ testImplementation ' net.bytebuddy:byte-buddy:1.10.9 '
7777 testImplementation ' ch.qos.logback:logback-classic:1.2.3'
7878
7979 testIntImplementation " com.github.hauner.openapi:openapi-processor-api:$processorApiVersion "
You can’t perform that action at this time.
0 commit comments