From 974d9b0470b8e6207a64d1f12fb0d336a7d49f64 Mon Sep 17 00:00:00 2001 From: Andrew Azores Date: Wed, 16 Aug 2023 17:01:57 -0400 Subject: [PATCH] update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c3754df..69796a0 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ This demonstrates how a simple JSON data source can be used in Grafana to read t ### Dependencies -For native image support, GraalVM 22.3 (Java 17 version) is needed with the environment variable `GRAALVM_HOME` set to its path. It can be downloaded from: +For native image support, GraalVM 23.0 (Java 17 version) is needed with the environment variable `GRAALVM_HOME` set to its path. It can be downloaded from: ``` https://github.com/graalvm/graalvm-ce-builds/releases ```