This is an automated email from the ASF dual-hosted git repository.
andy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/jena.git
The following commit(s) were added to refs/heads/main by this push:
new 86aa46b9b4 Revert "Bump ver.graalvm from 22.3.2 to 23.0.0"
86aa46b9b4 is described below
commit 86aa46b9b4a1131c19c92e1665a725de521b0e89
Author: Andy Seaborne <[email protected]>
AuthorDate: Sun Jul 2 08:22:24 2023 +0100
Revert "Bump ver.graalvm from 22.3.2 to 23.0.0"
graalvm 23 requires Java17
This reverts commit 027956c2d9a58cccaeedaf7f7b63ca9042b18991.
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 74817517b4..e79b06f55d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -110,7 +110,7 @@
<ver.roaringbitmap>0.9.45</ver.roaringbitmap>
<!-- For testing, not shipped -->
- <ver.graalvm>23.0.0</ver.graalvm>
+ <ver.graalvm>22.3.2</ver.graalvm>
<ver.jython>2.7.3</ver.jython>
<ver.org.openjdk.jmh>1.36</ver.org.openjdk.jmh>