We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c38258 commit 112703aCopy full SHA for 112703a
1 file changed
build.gradle
@@ -3,7 +3,7 @@ plugins {
3
id 'java-library'
4
id 'maven-publish'
5
id 'com.jfrog.bintray' version '1.8.4'
6
- id 'org.unbroken-dome.test-sets' version '2.1.1'
+ id 'org.unbroken-dome.test-sets' version '2.2.1'
7
id "com.github.ben-manes.versions" version "0.27.0"
8
}
9
@@ -36,8 +36,7 @@ check.dependsOn testInt
36
37
dependencies {
38
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'
+ implementation 'io.swagger.parser.v3:swagger-parser:2.0.17'
41
implementation 'com.google.googlejavaformat:google-java-format:1.7'
42
compileOnly "com.github.hauner.openapi:openapi-generatr-api:$generatrApiVersion"
43
0 commit comments