From 231a8061c999547b7bd5f9affec67991ef5723b8 Mon Sep 17 00:00:00 2001 From: uw4 <62463897+uw4@users.noreply.github.com> Date: Wed, 18 Sep 2024 18:01:57 +0200 Subject: [PATCH] Update Java implementation version --- docs/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/overview.md b/docs/overview.md index 000791f7..598974f8 100644 --- a/docs/overview.md +++ b/docs/overview.md @@ -26,7 +26,7 @@ The following are known implementations of JSONata in addition to the primary im |Go|https://github.com/blues/jsonata-go|Native implementation|1.5.4| |Go|https://github.com/yxuco/gojsonata|Native implementation| | |Java|https://github.com/IBM/JSONata4Java|Native implementation| | -|Java|https://github.com/dashjoin/jsonata-java|Native port of reference|2.0.3| +|Java|https://github.com/dashjoin/jsonata-java|Native port of reference|2.0.5| |.NET|https://github.com/mikhail-barg/jsonata.net.native|Native implementation|1.8.5| |Python|https://github.com/qlyoung/pyjsonata|API bindings based on C bindings|1.8.3| |Python|https://github.com/rayokota/jsonata-python|Native port of reference|2.0.5|