From 74b33cce5e0c032b45af6e2e597b64724da32cc4 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 17 Feb 2021 15:04:18 +0000 Subject: [PATCH 1/5] Upgrade to FreeMarker 2.3.31 Closes gh-25334 --- 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 210eabc0c9..1d86802432 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -331,7 +331,7 @@ bom { ] } } - library("FreeMarker", "2.3.30") { + library("FreeMarker", "2.3.31") { group("org.freemarker") { modules = [ "freemarker" From 92c82a4f5466a9892e1770e261eebc9a3d6ddc7f Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 17 Feb 2021 15:04:19 +0000 Subject: [PATCH 2/5] Upgrade to JUnit 4.13.2 Closes gh-25335 --- 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 1d86802432..af2164146c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -939,7 +939,7 @@ bom { ] } } - library("JUnit", "4.13.1") { + library("JUnit", "4.13.2") { group("junit") { modules = [ "junit" From 6ce61c504dbfdf86947ac64281a07492c2e4a3ad Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 17 Feb 2021 15:04:20 +0000 Subject: [PATCH 3/5] Upgrade to RxJava2 2.2.21 Closes gh-25336 --- 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 af2164146c..1aa23b0f7c 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1474,7 +1474,7 @@ bom { ] } } - library("RxJava2", "2.2.20") { + library("RxJava2", "2.2.21") { group("io.reactivex.rxjava2") { modules = [ "rxjava" From 0348b57b16c147cb9709306017f8d25196550fff Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 17 Feb 2021 15:04:22 +0000 Subject: [PATCH 4/5] Upgrade to Spring HATEOAS 1.1.4.RELEASE Closes gh-25337 --- 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 1aa23b0f7c..e680f98b92 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1680,7 +1680,7 @@ bom { ] } } - library("Spring HATEOAS", "1.1.3.RELEASE") { + library("Spring HATEOAS", "1.1.4.RELEASE") { group("org.springframework.hateoas") { modules = [ "spring-hateoas" From 29d46c86c950eb756fb786b533e7dd4af3c5a7a3 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 17 Feb 2021 15:04:50 +0000 Subject: [PATCH 5/5] Upgrade to Spring Data Neumann-SR7 Closes gh-25282 --- 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 e680f98b92..7b6b167378 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1666,7 +1666,7 @@ bom { ] } } - library("Spring Data Releasetrain", "Neumann-BUILD-SNAPSHOT") { + library("Spring Data Releasetrain", "Neumann-SR7") { group("org.springframework.data") { imports = [ "spring-data-releasetrain"