forked from loafle/openapi-generator-original
Update kotlin client dependencies to newer versions (#18211)
* update kotlin client dependencies to newer versoins * update
This commit is contained in:
@@ -8,8 +8,9 @@ wrapper {
|
||||
|
||||
buildscript {
|
||||
ext.kotlin_version = '1.8.10'
|
||||
ext.spring_boot_version = "3.2.0"
|
||||
ext.reactor_version = "3.5.6"
|
||||
ext.spring_boot_version = "3.2.4"
|
||||
ext.reactor_version = "3.6.4"
|
||||
// 6.13.0 is the latest stable release that supports JDK8
|
||||
ext.spotless_version = "6.13.0"
|
||||
|
||||
repositories {
|
||||
@@ -63,8 +64,8 @@ kotlin {
|
||||
dependencies {
|
||||
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
|
||||
implementation "org.jetbrains.kotlin:kotlin-reflect:$kotlin_version"
|
||||
implementation "com.fasterxml.jackson.module:jackson-module-kotlin:2.14.3"
|
||||
implementation "com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.14.3"
|
||||
implementation "com.fasterxml.jackson.module:jackson-module-kotlin:2.17.0"
|
||||
implementation "com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.17.0"
|
||||
implementation "org.springframework.boot:spring-boot-starter-webflux:$spring_boot_version"
|
||||
implementation "io.projectreactor:reactor-core:$reactor_version"
|
||||
testImplementation "io.kotlintest:kotlintest-runner-junit5:3.4.2"
|
||||
|
||||
Reference in New Issue
Block a user