From b65ea1212ad5bb18b3acedced6009942af9ca80e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 20 Jun 2023 16:59:34 +0200 Subject: [PATCH] Upgrade to Native Build Tools Plugin 0.9.23 Closes gh-35991 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index ef1a8c0761..e0ff15db17 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.7.22 -nativeBuildToolsVersion=0.9.22 +nativeBuildToolsVersion=0.9.23 springFrameworkVersion=6.0.10 tomcatVersion=10.1.10