Skip to content

Commit

Permalink
Merge pull request #45 from aashikam/version-bump
Browse files Browse the repository at this point in the history
Update connector version
  • Loading branch information
aashikam authored Sep 4, 2024
2 parents ad1038e + 6f752b9 commit a4aa066
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 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.1"
version = "1.7.0"
authors = ["Ballerina"]
keywords = ["Azure", "MySQL"]
repository = "https://github.com/ballerina-platform/module-ballerinax-mysql.driver"
Expand All @@ -17,5 +17,5 @@ path = "./lib/mysql-connector-j-8.2.0.jar"
[[platform.java17.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "mysql.driver-native"
version = "1.6.1"
path = "../native/build/libs/mysql.driver-native-1.6.1-SNAPSHOT.jar"
version = "1.7.0"
path = "../native/build/libs/mysql.driver-native-1.7.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"
[[package]]
org = "ballerinax"
name = "mysql.driver"
version = "1.6.1"
version = "1.7.0"
modules = [
{org = "ballerinax", packageName = "mysql.driver", moduleName = "mysql.driver"}
]
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group=io.ballerina.stdlib
version=1.6.1-SNAPSHOT
version=1.7.0-SNAPSHOT

githubSpotbugsVersion=5.0.14
githubJohnrengelmanShadowVersion=8.1.0
Expand Down

0 comments on commit a4aa066

Please sign in to comment.