Skip to content

Commit 112703a

Browse files
committed
updated dependencies
1 parent 2c38258 commit 112703a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
id 'java-library'
44
id 'maven-publish'
55
id 'com.jfrog.bintray' version '1.8.4'
6-
id 'org.unbroken-dome.test-sets' version '2.1.1'
6+
id 'org.unbroken-dome.test-sets' version '2.2.1'
77
id "com.github.ben-manes.versions" version "0.27.0"
88
}
99

@@ -36,8 +36,7 @@ check.dependsOn testInt
3636

3737
dependencies {
3838
implementation 'org.codehaus.groovy:groovy:2.5.4'
39-
implementation 'io.swagger.parser.v3:swagger-parser:2.0.12'
40-
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.9.8'
39+
implementation 'io.swagger.parser.v3:swagger-parser:2.0.17'
4140
implementation 'com.google.googlejavaformat:google-java-format:1.7'
4241
compileOnly "com.github.hauner.openapi:openapi-generatr-api:$generatrApiVersion"
4342

0 commit comments

Comments
 (0)