From 326c4f42754600a31b7ac0cbdb5cb5f6c2bc56e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guillaume=20B=C3=A9can?= Date: Wed, 13 Nov 2024 15:59:29 +0100 Subject: [PATCH] Update link to latest jar --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8dd8bef..9dc3ef8 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This repository contains examples of custom deserializers usable in Conduktor with plugin mechanism. -You can download the latest jar containing these deserializers [my_custom_deserializers_2.13-2.0.0.jar](https://github.com/conduktor/my_custom_deserializers/releases/download/2.0.0/my_custom_deserializers_2.13-2.0.0.jar) +You can download the latest jar containing these deserializers [my_custom_deserializers_2.13-2.3.0.jar](https://github.com/conduktor/my_custom_deserializers/packages/1105212) To learn how to use the "custom deserializer" feature see [Conduktor documentation](https://docs.conduktor.io/features/consuming-data/custom-deserializers)