From 37e8347a0396809599b8419f5aa97a6b20166c05 Mon Sep 17 00:00:00 2001 From: Guillaume Nodet Date: Tue, 2 Nov 2021 10:32:07 +0100 Subject: [PATCH] Upgrade GraalVM version used (#509) * Upgrade GraalVM version used * Fix native-image-maven-plugin version --- pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 8f146839..635b00a9 100644 --- a/pom.xml +++ b/pom.xml @@ -38,7 +38,8 @@ 1.0.0 3.16.1 1.21 - 20.3.2 + 21.3.0 + 21.2.0 3.0.9 1.0 2.4.0 @@ -407,7 +408,7 @@ limitations under the License. org.graalvm.nativeimage native-image-maven-plugin - ${graalvm.version} + ${graalvm.plugin.version}