From 194b78b4c4f1005d1a852d1008cc5ccc8d90cfde Mon Sep 17 00:00:00 2001 From: Snyk bot Date: Mon, 7 Feb 2022 06:19:47 +0200 Subject: [PATCH] chore: Upgrade org.springframework:spring-webflux from 5.2.3.RELEASE to 5.3.15 (#4586) * fix: upgrade org.springframework:spring-webflux from 5.2.3.RELEASE to 5.3.15 Snyk has created this PR to upgrade org.springframework:spring-webflux from 5.2.3.RELEASE to 5.3.15. See this package in Maven Repository: https://mvnrepository.com/artifact/org.springframework/spring-webflux/ See this project in Snyk: https://app.snyk.io/org/nikhil-nu4/project/1b8549de-d47e-4508-85dd-9a19fa240760?utm_source=github&utm_medium=upgrade-pr Co-authored-by: Arpit Mohan Co-authored-by: Arpit Mohan --- app/server/appsmith-plugins/googleSheetsPlugin/pom.xml | 9 +++++---- app/server/pom.xml | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/app/server/appsmith-plugins/googleSheetsPlugin/pom.xml b/app/server/appsmith-plugins/googleSheetsPlugin/pom.xml index bbd2033a67..628c219df4 100644 --- a/app/server/appsmith-plugins/googleSheetsPlugin/pom.xml +++ b/app/server/appsmith-plugins/googleSheetsPlugin/pom.xml @@ -32,21 +32,21 @@ org.springframework spring-core - 5.2.3.RELEASE + 5.3.15 provided org.springframework spring-web - 5.2.3.RELEASE + 5.3.15 provided org.springframework spring-webflux - 5.2.3.RELEASE + 5.3.15 io.projectreactor @@ -185,7 +185,8 @@ false - + ${plugin.version} ${plugin.id} diff --git a/app/server/pom.xml b/app/server/pom.xml index c0471836b0..f58738dd23 100644 --- a/app/server/pom.xml +++ b/app/server/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 2.5.5 + 2.5.9