From f66ad9aa0fd7cc0b0e6baefff20089556b7dfb12 Mon Sep 17 00:00:00 2001 From: Kaneel Dias Date: Wed, 21 Jun 2023 09:09:39 +0530 Subject: [PATCH] [Automated] Update the native jar versions --- ballerina/Ballerina.toml | 2 +- ballerina/Dependencies.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index c4045eae..029a8226 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -22,4 +22,4 @@ path = "../native/build/libs/oracledb-native-1.10.0-SNAPSHOT.jar" groupId = "io.ballerina.stdlib" artifactId = "sql-native" version = "1.10.0" -path = "./lib/sql-native-1.10.0-20230615-195700-94a9c75.jar" +path = "./lib/sql-native-1.10.0-20230621-085100-7175ed0.jar" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index b9993896..cd93f287 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -5,7 +5,7 @@ [ballerina] dependencies-toml-version = "2" -distribution-version = "2201.6.0-20230614-102000-d1aade7d" +distribution-version = "2201.7.0-20230619-175900-bb4e4544" [[package]] org = "ballerina"