From edc7253635d654b0d86294c781eaf4c554e7eb99 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 17 Feb 2021 16:24:35 +0000 Subject: [PATCH 1/4] Upgrade to FreeMarker 2.3.31 Closes gh-25338 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 1b9bfc6abf..4fad8ade28 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -317,7 +317,7 @@ bom { ] } } - library("FreeMarker", "2.3.30") { + library("FreeMarker", "2.3.31") { group("org.freemarker") { modules = [ "freemarker" From 299134fb14304a97b7251f6d593d58cdf1953261 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 17 Feb 2021 16:24:36 +0000 Subject: [PATCH 2/4] Upgrade to JUnit 4.13.2 Closes gh-25339 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 4fad8ade28..2a76379254 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -882,7 +882,7 @@ bom { ] } } - library("JUnit", "4.13.1") { + library("JUnit", "4.13.2") { group("junit") { modules = [ "junit" From cc35ffbfd9eb057e13dc7e5711ffafddb598f786 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 17 Feb 2021 16:24:38 +0000 Subject: [PATCH 3/4] Upgrade to RxJava2 2.2.21 Closes gh-25340 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 2a76379254..2151d9db56 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1363,7 +1363,7 @@ bom { ] } } - library("RxJava2", "2.2.20") { + library("RxJava2", "2.2.21") { group("io.reactivex.rxjava2") { modules = [ "rxjava" From 87efacf039d8569c871aafddf4960638e0a6bacd Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 17 Feb 2021 16:24:39 +0000 Subject: [PATCH 4/4] Upgrade to Spring HATEOAS 1.2.4 Closes gh-25341 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 2151d9db56..da8e50be29 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1572,7 +1572,7 @@ bom { ] } } - library("Spring HATEOAS", "1.2.3") { + library("Spring HATEOAS", "1.2.4") { group("org.springframework.hateoas") { modules = [ "spring-hateoas"