Skip to content

Commit 64fc514

Browse files
committed
updated dependencies
1 parent c16d98d commit 64fc514

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

build.gradle

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ plugins {
1313
group 'com.github.hauner.openapi'
1414
version '1.0.0.M13'
1515

16-
sourceCompatibility = JavaVersion.VERSION_1_8
16+
sourceCompatibility = JavaVersion.VERSION_11
1717
targetCompatibility = JavaVersion.VERSION_1_8
1818

1919
ext {
@@ -58,10 +58,11 @@ compileTestGroovy {
5858

5959

6060
dependencies {
61-
implementation 'org.codehaus.groovy:groovy:2.5.4'
61+
implementation 'org.codehaus.groovy:groovy:2.5.10'
62+
implementation 'org.codehaus.groovy:groovy-nio:2.5.10'
6263
implementation 'org.jetbrains.kotlin:kotlin-stdlib'
63-
implementation 'io.swagger.parser.v3:swagger-parser:2.0.17'
64-
implementation 'org.openapi4j:openapi-parser:0.8'
64+
implementation 'io.swagger.parser.v3:swagger-parser:2.0.19'
65+
implementation 'org.openapi4j:openapi-parser:0.9'
6566
implementation 'com.google.googlejavaformat:google-java-format:1.7'
6667
compileOnly "com.github.hauner.openapi:openapi-processor-api:$processorApiVersion"
6768

0 commit comments

Comments
 (0)