From eccdd2b50bacb9f3ce4fff9bc693b72304663d52 Mon Sep 17 00:00:00 2001 From: bhashinee Date: Fri, 21 Apr 2023 12:36:07 +0530 Subject: [PATCH] [Automated] Update the native jar versions --- ballerina/Dependencies.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index 806ed0763..eb34a3685 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -103,6 +103,9 @@ dependencies = [ {org = "ballerina", name = "jballerina.java"}, {org = "ballerina", name = "lang.value"} ] +modules = [ + {org = "ballerina", packageName = "io", moduleName = "io"} +] [[package]] org = "ballerina" @@ -326,6 +329,7 @@ version = "2.7.1" dependencies = [ {org = "ballerina", name = "auth"}, {org = "ballerina", name = "http"}, + {org = "ballerina", name = "io"}, {org = "ballerina", name = "jballerina.java"}, {org = "ballerina", name = "jwt"}, {org = "ballerina", name = "lang.array"},