From 96c35b410a146ad1a9cb5c0421a2ed5f41cade2e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Thu, 10 Aug 2023 15:21:29 +0200 Subject: [PATCH] Upgrade to Native Build Tools Plugin 0.9.24 Closes gh-36933 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index f64782697eb..60fe823a71d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,7 +5,7 @@ org.gradle.parallel=true org.gradle.jvmargs=-Xmx2g -Dfile.encoding=UTF-8 kotlinVersion=1.8.22 -nativeBuildToolsVersion=0.9.23 +nativeBuildToolsVersion=0.9.24 springFrameworkVersion=6.0.11 tomcatVersion=10.1.11