Skip to content

Commit 935e4d4

Browse files
Update dependencies in sample-gradle module
1 parent defdc6e commit 935e4d4

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

sample-gradle/build.gradle

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ repositories {
1414
}
1515

1616
dependencies {
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

2223
buildscript {
@@ -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

0 commit comments

Comments
 (0)