Skip to content

Commit

Permalink
[kotlin-client] Bump kotlin, spotless, and reactor versions
Browse files Browse the repository at this point in the history
  • Loading branch information
stefankoppier committed May 5, 2024
1 parent 4d2b155 commit fdebf45
Showing 1 changed file with 3 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ wrapper {
{{/omitGradleWrapper}}

buildscript {
ext.kotlin_version = '1.8.10'
ext.kotlin_version = '1.9.23'
{{#jvm-ktor}}
ext.ktor_version = '2.3.9'
{{/jvm-ktor}}
Expand All @@ -29,12 +29,8 @@ buildscript {
{{^useSpringBoot3}}
ext.spring_boot_version = "2.7.18"
{{/useSpringBoot3}}
{{#jvm-spring-webclient}}
ext.reactor_version = "3.6.4"
{{/jvm-spring-webclient}}
{{/jvm-spring}}
// 6.13.0 is the latest stable release that supports JDK8
ext.spotless_version = "6.13.0"
ext.spotless_version = "6.25.0"

repositories {
maven { url "https://repo1.maven.org/maven2" }
Expand Down Expand Up @@ -167,7 +163,7 @@ dependencies {
{{/jvm-okhttp4}}
{{#jvm-spring-webclient}}
implementation "org.springframework.boot:spring-boot-starter-webflux:$spring_boot_version"
implementation "io.projectreactor:reactor-core:$reactor_version"
implementation "io.projectreactor:reactor-core:3.6.5"
{{/jvm-spring-webclient}}
{{#jvm-spring-restclient}}
implementation "org.springframework.boot:spring-boot-starter-web:$spring_boot_version"
Expand Down

0 comments on commit fdebf45

Please sign in to comment.