From 591fb7deb0e483eac09b0c7bf6b00577085b52aa Mon Sep 17 00:00:00 2001 From: Chris Bono Date: Thu, 16 Nov 2023 14:16:30 -0600 Subject: [PATCH] Update to Spring Framework 6.1.0 (#493) --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 93dc0312..5c1c3299 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.4.0 -springFrameworkVersion=6.1.0-RC1 +springFrameworkVersion=6.1.0 # only used by integration tests and samples (unpublished deps) springBootVersion=3.2.0-SNAPSHOT