Skip to content

Commit

Permalink
[Automated] Update the native jar versions
Browse files Browse the repository at this point in the history
  • Loading branch information
TharmiganK committed Aug 16, 2023
1 parent e9c5ed0 commit 6555d90
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
org = "ballerinax"
name = "oracledb.driver"
version = "1.3.0"
version = "1.4.0"
authors = ["Ballerina"]
keywords = ["OracleDB"]
repository = "https://github.com/ballerina-platform/module-ballerinax-oracledb.driver"
license = ["Apache-2.0"]
distribution = "2201.7.0"
distribution = "2201.8.0"

[platform.java17]
graalvmCompatible = true
Expand All @@ -23,5 +23,5 @@ path = "./lib/xmlparserv2-23.2.0.0.jar"
[[platform.java17.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "oracledb.driver-native"
version = "1.3.0"
path = "../native/build/libs/oracledb.driver-native-1.3.0.jar"
version = "1.4.0"
path = "../native/build/libs/oracledb.driver-native-1.4.0-SNAPSHOT.jar"
2 changes: 1 addition & 1 deletion ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ distribution-version = "2201.8.0-20230726-145300-b2bdf796"
[[package]]
org = "ballerinax"
name = "oracledb.driver"
version = "1.3.0"
version = "1.4.0"
modules = [
{org = "ballerinax", packageName = "oracledb.driver", moduleName = "oracledb.driver"}
]
Expand Down

0 comments on commit 6555d90

Please sign in to comment.