From 1ab5ab9289969b73a3aab32a1af779c263cf7417 Mon Sep 17 00:00:00 2001 From: Chris Bono Date: Thu, 14 Sep 2023 20:01:55 -0500 Subject: [PATCH] Update to Spring Framework 6.1.0-M5 (#448) --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index e0305146..011d26c4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,7 +6,7 @@ org.gradle.jvmargs=-Xmx4g -XX:+HeapDumpOnOutOfMemoryError -XX:+UseParallelGC -Df pulsarClientVersion=3.1.0 pulsarClientReactiveVersion=0.3.0 -springFrameworkVersion=6.1.0-M4 +springFrameworkVersion=6.1.0-M5 # only used by docs, tests, and samples (unpublished deps) springBootVersion=3.2.0-SNAPSHOT