mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-03 08:46:55 +00:00
Update kotlin client dependencies to newer versions (#18211)
* update kotlin client dependencies to newer versoins * update
This commit is contained in:
@@ -8,7 +8,8 @@ wrapper {
|
||||
|
||||
buildscript {
|
||||
ext.kotlin_version = '1.8.10'
|
||||
ext.retrofitVersion = '2.9.0'
|
||||
ext.retrofitVersion = '2.10.0'
|
||||
// 6.13.0 is the latest stable release that supports JDK8
|
||||
ext.spotless_version = "6.13.0"
|
||||
|
||||
repositories {
|
||||
@@ -56,9 +57,9 @@ test {
|
||||
dependencies {
|
||||
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
|
||||
implementation "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
|
||||
implementation "com.squareup.moshi:moshi-kotlin:1.14.0"
|
||||
implementation "com.squareup.moshi:moshi-adapters:1.14.0"
|
||||
implementation "com.squareup.okhttp3:logging-interceptor:4.10.0"
|
||||
implementation "com.squareup.moshi:moshi-kotlin:1.15.1"
|
||||
implementation "com.squareup.moshi:moshi-adapters:1.15.1"
|
||||
implementation "com.squareup.okhttp3:logging-interceptor:4.12.0"
|
||||
implementation "com.squareup.retrofit2:retrofit:$retrofitVersion"
|
||||
implementation "com.squareup.retrofit2:converter-moshi:$retrofitVersion"
|
||||
implementation "com.squareup.retrofit2:converter-scalars:$retrofitVersion"
|
||||
|
||||
Reference in New Issue
Block a user