From c465bbafe8fdc79887ceed1b1a6377e22b6d0df4 Mon Sep 17 00:00:00 2001 From: niveathika Date: Thu, 23 Dec 2021 00:38:52 +0530 Subject: [PATCH] [Automated] Update the native jar versions --- ballerina/Ballerina.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index 4b8c0d13..7666c1e6 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -12,7 +12,7 @@ distribution = "2201.0.0" path = "../native/build/libs/postgresql-native-1.3.0-SNAPSHOT.jar" [[platform.java11.dependency]] -path = "./lib/sql-native-1.3.0-20211221-080400-54b27f2.jar" +path = "./lib/sql-native-1.3.0-20211222-201000-1819d5f.jar" [[platform.java11.dependency]] path = "./lib/postgresql-42.2.20.jar"