Skip to content

Commit

Permalink
[Automated] Update native jar versions in toml files
Browse files Browse the repository at this point in the history
  • Loading branch information
ballerina-bot committed Oct 16, 2023
1 parent a56e016 commit 58c2b1d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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 = "ballerina"
name = "sql"
version = "1.9.0"
version = "1.9.1"
authors = ["Ballerina"]
keywords = ["database", "client", "network", "SQL", "RDBMS"]
repository = "https://github.com/ballerina-platform/module-ballerina-sql"
Expand All @@ -12,11 +12,11 @@ distribution = "2201.5.0"
[[platform.java11.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "sql-native"
version = "1.9.0"
path = "../native/build/libs/sql-native-1.9.0.jar"
version = "1.9.1"
path = "../native/build/libs/sql-native-1.9.1-SNAPSHOT.jar"

[[platform.java11.dependency]]
path = "../test-utils/build/libs/sql-test-utils-1.9.0.jar"
path = "../test-utils/build/libs/sql-test-utils-1.9.1-SNAPSHOT.jar"
scope = "testOnly"

[[platform.java11.dependency]]
Expand Down
2 changes: 1 addition & 1 deletion ballerina/CompilerPlugin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ id = "sql-compiler-plugin"
class = "io.ballerina.stdlib.sql.compiler.SQLCompilerPlugin"

[[dependency]]
path = "../compiler-plugin/build/libs/sql-compiler-plugin-1.9.0.jar"
path = "../compiler-plugin/build/libs/sql-compiler-plugin-1.9.1-SNAPSHOT.jar"
2 changes: 1 addition & 1 deletion ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "sql"
version = "1.9.0"
version = "1.9.1"
dependencies = [
{org = "ballerina", name = "file"},
{org = "ballerina", name = "io"},
Expand Down

0 comments on commit 58c2b1d

Please sign in to comment.