From c5e74c60b369a19d07d6ee9ae4aaa2dd663eef4c Mon Sep 17 00:00:00 2001 From: ballerina-bot Date: Thu, 29 Aug 2024 09:06:19 +0000 Subject: [PATCH] [Automated] Update the native jar versions --- ballerina/Ballerina.toml | 6 +++--- ballerina/CompilerPlugin.toml | 2 +- ballerina/Dependencies.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ballerina/Ballerina.toml b/ballerina/Ballerina.toml index 19f64005..bbfea3ef 100644 --- a/ballerina/Ballerina.toml +++ b/ballerina/Ballerina.toml @@ -1,7 +1,7 @@ [package] org = "ballerinax" name = "oracledb" -version = "1.11.0" +version = "1.11.1" authors = ["Ballerina"] keywords = ["database", "client", "network", "SQL", "RDBMS", "OracleDB", "Oracle"] repository = "https://github.com/ballerina-platform/module-ballerinax-oracledb" @@ -15,8 +15,8 @@ graalvmCompatible = true [[platform.java17.dependency]] groupId = "io.ballerina.stdlib" artifactId = "oracledb-native" -version = "1.11.0" -path = "../native/build/libs/oracledb-native-1.11.0.jar" +version = "1.11.1" +path = "../native/build/libs/oracledb-native-1.11.1-SNAPSHOT.jar" [[platform.java17.dependency]] groupId = "io.ballerina.stdlib" diff --git a/ballerina/CompilerPlugin.toml b/ballerina/CompilerPlugin.toml index 18e3c036..57b80b0e 100644 --- a/ballerina/CompilerPlugin.toml +++ b/ballerina/CompilerPlugin.toml @@ -3,4 +3,4 @@ id = "oracledb-compiler-plugin" class = "io.ballerina.stdlib.oracledb.compiler.OracleDBCompilerPlugin" [[dependency]] -path = "../compiler-plugin/build/libs/oracledb-compiler-plugin-1.11.0.jar" +path = "../compiler-plugin/build/libs/oracledb-compiler-plugin-1.11.1-SNAPSHOT.jar" diff --git a/ballerina/Dependencies.toml b/ballerina/Dependencies.toml index d02a8aa1..501e815d 100644 --- a/ballerina/Dependencies.toml +++ b/ballerina/Dependencies.toml @@ -390,7 +390,7 @@ modules = [ [[package]] org = "ballerinax" name = "oracledb" -version = "1.11.0" +version = "1.11.1" dependencies = [ {org = "ballerina", name = "crypto"}, {org = "ballerina", name = "file"},