From 6c4dd3b598d035d155bb2e01f3b2448d63595b1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Fri, 15 Sep 2023 15:43:35 +0200 Subject: [PATCH] Upgrade to Native Build Tools Plugin 0.9.27 Closes gh-37430 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 8f8637903f6..3fd92d3868c 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.9.10 -nativeBuildToolsVersion=0.9.26 +nativeBuildToolsVersion=0.9.27 springFrameworkVersion=6.1.0-M5 tomcatVersion=10.1.13