Skip to content

Commit 5e1b004

Browse files
committed
updated dependencies
1 parent 454204c commit 5e1b004

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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

1313
group '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"

0 commit comments

Comments
 (0)