File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -14,9 +14,10 @@ repositories {
1414}
1515
1616dependencies {
17- compile ' com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:2.9.2'
18- compile ' org.codehaus.groovy:groovy-all:2.4.13'
19- compile ' org.scala-lang:scala-library:2.12.4'
17+ compile ' com.fasterxml.jackson.jaxrs:jackson-jaxrs-json-provider:2.10.3'
18+ compile ' org.codehaus.groovy:groovy-all:3.0.2'
19+ compile ' org.jetbrains.kotlin:kotlin-stdlib:1.3.71'
20+ compile ' org.scala-lang:scala-library:2.13.1'
2021}
2122
2223buildscript {
@@ -27,8 +28,8 @@ buildscript {
2728
2829 dependencies {
2930 classpath ' cz.habarta.typescript-generator:typescript-generator-gradle-plugin:2.+'
30- classpath ' org.jetbrains.kotlin:kotlin-gradle-plugin:1.2.61 '
31- classpath ' com.fasterxml.jackson.module:jackson-module-scala_2.12 :2.9.2 '
31+ classpath ' org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.71 '
32+ classpath ' com.fasterxml.jackson.module:jackson-module-scala_2.13 :2.10.3 '
3233 }
3334}
3435
You can’t perform that action at this time.
0 commit comments