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
kaneeldias committed Jul 1, 2022
1 parent 8b3708c commit 34b1836
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions ballerina/Ballerina.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ keywords = ["database", "client", "network", "SQL", "RDBMS", "OracleDB", "Oracle
repository = "https://github.com/ballerina-platform/module-ballerinax-oracledb"
icon = "icon.png"
license = ["Apache-2.0"]
distribution = "2201.1.0"
distribution = "2201.2.0"

[[platform.java11.dependency]]
path = "../native/build/libs/oracledb-native-1.5.0-SNAPSHOT.jar"

[[platform.java11.dependency]]
path = "./lib/sql-native-1.8.1-SNAPSHOT.jar"
path = "./lib/sql-native-1.5.0-20220701-115900-61cf131.jar"

[[platform.java11.dependency]]
path = "./lib/ojdbc8-12.2.0.1.jar"
Expand Down
6 changes: 3 additions & 3 deletions ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "observe"
version = "1.0.4"
version = "1.0.5"
scope = "testOnly"
dependencies = [
{org = "ballerina", name = "jballerina.java"}
Expand Down Expand Up @@ -278,7 +278,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "sql"
version = "1.6.1"
version = "1.5.0"
dependencies = [
{org = "ballerina", name = "io"},
{org = "ballerina", name = "jballerina.java"},
Expand Down Expand Up @@ -369,7 +369,7 @@ modules = [
[[package]]
org = "ballerinax"
name = "oracledb"
version = "1.4.1"
version = "1.5.0"
dependencies = [
{org = "ballerina", name = "crypto"},
{org = "ballerina", name = "file"},
Expand Down

0 comments on commit 34b1836

Please sign in to comment.