From dea0e05e21c8ef2a81c758927d09c2da57f4ae9a Mon Sep 17 00:00:00 2001 From: William Cheng Date: Mon, 22 Mar 2021 13:58:04 +0800 Subject: [PATCH] [Java] Update WebClient dependencies (#8972) * update webclient dependencies * update build.gradle --- libraries/webclient/build.gradle.mustache | 6 +++--- libraries/webclient/pom.mustache | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/libraries/webclient/build.gradle.mustache b/libraries/webclient/build.gradle.mustache index 793ad63cbfe..c335e7ad441 100644 --- a/libraries/webclient/build.gradle.mustache +++ b/libraries/webclient/build.gradle.mustache @@ -124,14 +124,14 @@ if(hasProperty('target') && target == 'android') { ext { swagger_annotations_version = "1.6.2" - spring_web_version = "5.2.13.RELEASE" + spring_web_version = "2.4.3" jackson_version = "2.11.3" jackson_databind_version = "2.11.3" {{#openApiNullable}} jackson_databind_nullable_version = "0.2.1" {{/openApiNullable}} javax_annotation_version = "1.3.2" - reactor_version = "3.3.10.RELEASE" + reactor_version = "3.4.3" reactor_netty_version = "0.7.15.RELEASE" jodatime_version = "2.9.9" junit_version = "4.13.1" @@ -141,7 +141,7 @@ dependencies { implementation "io.swagger:swagger-annotations:$swagger_annotations_version" implementation "com.google.code.findbugs:jsr305:3.0.2" implementation "io.projectreactor:reactor-core:$reactor_version" - implementation "org.springframework:spring-webflux:$spring_web_version" + implementation "org.springframework.boot:spring-boot-starter-webflux:$spring_web_version" implementation "io.projectreactor.ipc:reactor-netty:$reactor_netty_version" implementation "com.fasterxml.jackson.core:jackson-core:$jackson_version" implementation "com.fasterxml.jackson.core:jackson-annotations:$jackson_version" diff --git a/libraries/webclient/pom.mustache b/libraries/webclient/pom.mustache index 39c55beb122..67a888863b4 100644 --- a/libraries/webclient/pom.mustache +++ b/libraries/webclient/pom.mustache @@ -85,10 +85,10 @@ ${reactor-version} - + - org.springframework - spring-webflux + org.springframework.boot + spring-boot-starter-webflux ${spring-web-version} @@ -149,7 +149,7 @@ UTF-8 1.6.2 - 5.2.13.RELEASE + 2.4.3 2.11.3 2.11.3 {{#openApiNullable}} @@ -157,7 +157,7 @@ {{/openApiNullable}} 1.3.2 4.13.1 - 3.3.10.RELEASE + 3.4.3 0.7.15.RELEASE {{#joda}} 2.9.9