From 64df60079ef43c3cdcb0f70e3f8a5fbfeb0160d6 Mon Sep 17 00:00:00 2001 From: John Blum Date: Fri, 11 Jun 2021 13:27:24 -0700 Subject: [PATCH] Upgrade to Apache Geode 1.12.2. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 027670b..d900761 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ org.gradle.jvmargs=-Xmx2g -Dfile.encoding=UTF-8 deployDocsHost=docs-ip.spring.io antlrVersion=2.7.7 -apacheGeodeVersion=1.12.1 +apacheGeodeVersion=1.12.2 apacheTaglibsStandardVersion=1.2.5 # Spring Boot 2.3 sets Apache Groovy version to 2.5.11 # https://github.com/spring-projects/spring-boot/blob/v2.3.0.RELEASE/spring-boot-project/spring-boot-dependencies/build.gradle#L365