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
aashikam committed Sep 4, 2024
1 parent 3b547cd commit d3f2500
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,7 +1,7 @@
[package]
org = "ballerinax"
name = "mysql.driver"
version = "1.6.0"
version = "1.6.1"
authors = ["Ballerina"]
keywords = ["Azure", "MySQL"]
repository = "https://github.com/ballerina-platform/module-ballerinax-mysql.driver"
Expand All @@ -12,10 +12,10 @@ distribution = "2201.8.0"
graalvmCompatible = true

[[platform.java17.dependency]]
path = "./lib/mysql-connector-j-8.0.31.jar"
path = "./lib/mysql-connector-j-8.2.0.jar"

[[platform.java17.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "mysql.driver-native"
version = "1.6.0"
path = "../native/build/libs/mysql.driver-native-1.6.0.jar"
version = "1.6.1"
path = "../native/build/libs/mysql.driver-native-1.6.1-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"
[[package]]
org = "ballerinax"
name = "mysql.driver"
version = "1.6.0"
version = "1.6.1"
modules = [
{org = "ballerinax", packageName = "mysql.driver", moduleName = "mysql.driver"}
]
Expand Down

0 comments on commit d3f2500

Please sign in to comment.