From 873323f36f1b14685c6b360e6db707c117164e11 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 11 Sep 2023 10:20:15 +0200 Subject: [PATCH] Upgrade to Native Build Tools Plugin 0.9.26 Closes gh-37292 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index ce029ec16d0..d917b145989 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.24 +nativeBuildToolsVersion=0.9.26 springFrameworkVersion=6.0.12-SNAPSHOT tomcatVersion=10.1.12