You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by lb...@apache.org on 2019/08/13 21:24:00 UTC

[camel-k-runtime] 04/09: chore(deps): update graalvm to v19.1.1

This is an automated email from the ASF dual-hosted git repository.

lburgazzoli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git

commit 998be7d9634c14d3aaeb6d0bcf61b081a43e30ae
Author: lburgazzoli <lb...@gmail.com>
AuthorDate: Tue Aug 13 18:57:05 2019 +0200

    chore(deps): update graalvm to v19.1.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index de8b899..0e1d503 100644
--- a/pom.xml
+++ b/pom.xml
@@ -55,7 +55,7 @@
         <immutables.version>2.7.5</immutables.version>
         <semver4j.version>2.2.0</semver4j.version>
         <undertow.version>1.4.26.Final</undertow.version>
-        <graalvm.version>19.0.2</graalvm.version>
+        <graalvm.version>19.1.1</graalvm.version>
         <gmavenplus-plugin.version>1.7.1</gmavenplus-plugin.version>
         <maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
         <maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version>