From fa84855fd52c37d310c3f7d0135072293ff14af4 Mon Sep 17 00:00:00 2001 From: Clement Escoffier Date: Fri, 18 Oct 2019 10:56:45 +0200 Subject: [PATCH] Update to GraalVM 19.2.1 --- bom/runtime/pom.xml | 3 +-- build-parent/pom.xml | 2 +- .../src/main/java/io/quarkus/deployment/pkg/NativeConfig.java | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/bom/runtime/pom.xml b/bom/runtime/pom.xml index 7892e42e1bd37..8e62fd4d74c62 100644 --- a/bom/runtime/pom.xml +++ b/bom/runtime/pom.xml @@ -64,8 +64,7 @@ 3.0.24 3.5.2 1.7.1 - + 19.2.0.1 1.0.0.Alpha8 2.9.10.20191020 diff --git a/build-parent/pom.xml b/build-parent/pom.xml index 03a9053cdd8c5..00721b5d2f535 100644 --- a/build-parent/pom.xml +++ b/build-parent/pom.xml @@ -30,7 +30,7 @@ - 19.2.0.1 + 19.2.1 4.1.1 0.0.9 3.8.3 diff --git a/core/deployment/src/main/java/io/quarkus/deployment/pkg/NativeConfig.java b/core/deployment/src/main/java/io/quarkus/deployment/pkg/NativeConfig.java index f494f5e6aaf96..92339a2979a87 100644 --- a/core/deployment/src/main/java/io/quarkus/deployment/pkg/NativeConfig.java +++ b/core/deployment/src/main/java/io/quarkus/deployment/pkg/NativeConfig.java @@ -133,7 +133,7 @@ public class NativeConfig { /** * The docker image to use to do the image build */ - @ConfigItem(defaultValue = "quay.io/quarkus/ubi-quarkus-native-image:19.2.0.1") + @ConfigItem(defaultValue = "quay.io/quarkus/ubi-quarkus-native-image:19.2.1") public String builderImage; /**