From 83e7eb89afbac99851bfd45ef90f5d04a44536a5 Mon Sep 17 00:00:00 2001 From: John Blum Date: Wed, 14 Apr 2021 14:38:20 -0700 Subject: [PATCH] Upgrade to Spring Boot 2.4.4. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 8af0a31..5cddc8f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -11,7 +11,7 @@ multithreadedtcVersion=1.01 # The Spring Boot & Spring Session version are the only required version properties. # The other Spring version properties are for overriding/testing purposes. springVersion=5.3.6 -springBootVersion=2.4.3 +springBootVersion=2.4.4 springDataBomVersion=2020.0.5 springDataCommonsVersion=2.4.5 springDataGeodeVersion=2.4.5