From 25e6b32858b98ade6830157fe7b116752b61e73f Mon Sep 17 00:00:00 2001 From: Patrik Nordwall Date: Mon, 16 Oct 2023 16:00:45 +0200 Subject: [PATCH] bump: Spring boot 2.2.12.RELEASE * CVE-2023-20883 --- project/Dependencies.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index c54b018599..ea0d95396d 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -426,8 +426,8 @@ object Dependencies { ) val SpringWeb = { - val SpringVersion = "5.2.22.RELEASE" - val SpringBootVersion = "2.2.12.RELEASE" + val SpringVersion = "5.2.25.RELEASE" + val SpringBootVersion = "2.5.15" Seq( libraryDependencies ++= Seq( "org.springframework" % "spring-core" % SpringVersion,