Skip to content

Commit 4cbc5ca

Browse files
committed
updated support files
1 parent 2568913 commit 4cbc5ca

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

samples/client/petstore/kotlin/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
## Requires
44

5-
* Kotlin 1.3.72
6-
* Gradle 4.9
5+
* Kotlin 1.4.30
6+
* Gradle 5.3
77

88
## Build
99

samples/client/petstore/kotlin/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ group 'io.swagger'
22
version '1.0.0'
33

44
wrapper {
5-
gradleVersion = '4.9'
5+
gradleVersion = '5.3'
66
distributionUrl = "https://services.gradle.org/distributions/gradle-$gradleVersion-all.zip"
77
}
88

99
buildscript {
10-
ext.kotlin_version = '1.3.72'
10+
ext.kotlin_version = '1.4.30'
1111

1212
repositories {
1313
maven { url "https://repo1.maven.org/maven2" }
@@ -26,8 +26,8 @@ repositories {
2626
dependencies {
2727
compile "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
2828
compile "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
29-
compile "com.squareup.moshi:moshi-kotlin:1.9.2"
30-
compile "com.squareup.moshi:moshi-adapters:1.9.2"
31-
compile "com.squareup.okhttp3:okhttp:4.2.2"
29+
compile "com.squareup.moshi:moshi-kotlin:1.11.0"
30+
compile "com.squareup.moshi:moshi-adapters:1.11.0"
31+
compile "com.squareup.okhttp3:okhttp:4.9.0"
3232
testCompile "io.kotlintest:kotlintest:2.0.7"
3333
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.9-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-5.3-all.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)