Skip to content

Commit

Permalink
Merge pull request #820 from kaneeldias/driverf
Browse files Browse the repository at this point in the history
Use latest postgresql driver version
  • Loading branch information
niveathika committed Oct 20, 2023
2 parents 3aee827 + 1fa7e32 commit 518ce52
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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 = "postgresql"
version = "1.11.0"
version = "1.11.1"
authors = ["Ballerina"]
keywords = ["database", "client", "network", "SQL", "RDBMS", "PostgreSQL"]
repository = "https://github.com/ballerina-platform/module-ballerinax-postgresql"
Expand All @@ -15,8 +15,8 @@ graalvmCompatible = true
[[platform.java17.dependency]]
groupId = "io.ballerina.stdlib"
artifactId = "postgresql-native"
version = "1.11.0"
path = "../native/build/libs/postgresql-native-1.11.0.jar"
version = "1.11.1"
path = "../native/build/libs/postgresql-native-1.11.1-SNAPSHOT.jar"

[[platform.java17.dependency]]
groupId = "io.ballerina.stdlib"
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 = "postgresql-compiler-plugin"
class = "io.ballerina.stdlib.postgresql.compiler.PostgreSQLCompilerPlugin"

[[dependency]]
path = "../compiler-plugin/build/libs/postgresql-compiler-plugin-1.11.0.jar"
path = "../compiler-plugin/build/libs/postgresql-compiler-plugin-1.11.1-SNAPSHOT.jar"
6 changes: 3 additions & 3 deletions ballerina/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ dependencies = [
[[package]]
org = "ballerina"
name = "sql"
version = "1.11.0"
version = "1.11.1"
dependencies = [
{org = "ballerina", name = "io"},
{org = "ballerina", name = "jballerina.java"},
Expand Down Expand Up @@ -161,7 +161,7 @@ modules = [
[[package]]
org = "ballerinax"
name = "postgresql"
version = "1.11.0"
version = "1.11.1"
dependencies = [
{org = "ballerina", name = "crypto"},
{org = "ballerina", name = "file"},
Expand All @@ -181,7 +181,7 @@ modules = [
[[package]]
org = "ballerinax"
name = "postgresql.driver"
version = "1.3.0"
version = "1.5.0"
scope = "testOnly"
modules = [
{org = "ballerinax", packageName = "postgresql.driver", moduleName = "postgresql.driver"}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ stdlibHttpVersion=2.10.0
stdlibTransactionVersion=1.8.0

# Ballerina extended library
stdlibPostgresqlDriverVersion=1.3.0
stdlibPostgresqlDriverVersion=1.5.0

0 comments on commit 518ce52

Please sign in to comment.