From af77322af510b56668d700976a960475095f3816 Mon Sep 17 00:00:00 2001 From: ayeshLK Date: Fri, 2 Aug 2024 18:51:41 +0530 Subject: [PATCH] [Automated] Update the native jar versions --- ballerina/Dependencies.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index 309683ac..cd2f00e8 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -171,7 +171,7 @@ modules = [ [[package]] org = "ballerina" name = "observe" -version = "1.2.3" +version = "1.3.0" dependencies = [ {org = "ballerina", name = "jballerina.java"} ]