mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-21 15:07:11 +00:00
[kotlin-client] update Kotlin and libraries versions (#21866)
This commit is contained in:
@@ -2,13 +2,13 @@ group 'org.openapitools'
|
||||
version '1.0.0'
|
||||
|
||||
wrapper {
|
||||
gradleVersion = '8.7'
|
||||
gradleVersion = '8.14.3'
|
||||
distributionUrl = "https://services.gradle.org/distributions/gradle-$gradleVersion-all.zip"
|
||||
}
|
||||
|
||||
buildscript {
|
||||
ext.kotlin_version = '1.9.23'
|
||||
ext.spotless_version = "6.25.0"
|
||||
ext.kotlin_version = '2.2.20'
|
||||
ext.spotless_version = "7.2.1"
|
||||
|
||||
repositories {
|
||||
maven { url "https://repo1.maven.org/maven2" }
|
||||
@@ -55,8 +55,8 @@ 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.15.1"
|
||||
implementation "com.squareup.moshi:moshi-adapters:1.15.1"
|
||||
implementation "com.squareup.okhttp3:okhttp:4.12.0"
|
||||
implementation "com.squareup.moshi:moshi-kotlin:1.15.2"
|
||||
implementation "com.squareup.moshi:moshi-adapters:1.15.2"
|
||||
implementation "com.squareup.okhttp3:okhttp:5.1.0"
|
||||
testImplementation "io.kotlintest:kotlintest-runner-junit5:3.4.2"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user